Last active
June 26, 2020 16:44
-
-
Save whitelynx/c5ddabbf1170af015719c194f42c5ac6 to your computer and use it in GitHub Desktop.
Xorg configs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Read and parsed by systemd-localed. It's probably wise not to edit this file | |
# manually too freely. | |
Section "InputClass" | |
Identifier "system-keyboard" | |
MatchIsKeyboard "on" | |
Option "XkbLayout" "us,us,us,us" | |
Option "XkbModel" "pc105" | |
Option "XkbVariant" "dvorak,dvorak-intl,dvorak-alt-intl," | |
Option "XkbOptions" "ctrl:nocaps,altwin:swap_lalt_lwin,lv3:ralt_switch,compose:lctrl,eurosign:5,terminate:ctrl_alt_bksp" | |
EndSection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "system-touchpad" | |
MatchIsTouchpad "on" | |
Option "ClickMethod" "clickfinger" | |
Option "NaturalScrolling" "true" | |
EndSection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "external-keyboard" | |
MatchIsKeyboard "on" | |
MatchProduct "USBPS2" | |
Option "XkbLayout" "us" | |
Option "XkbVariant" "" | |
Option "XkbOptions" "lv3:ralt_switch,compose:rctrl,eurosign:5,terminate:ctrl_alt_bksp" | |
EndSection | |
Section "InputClass" | |
Identifier "external-keyboard" | |
MatchIsKeyboard "on" | |
MatchProduct "Advantage2 Keyboard" | |
Option "XkbLayout" "us" | |
Option "XkbVariant" "" | |
Option "XkbOptions" "lv3:ralt_switch,compose:rctrl,eurosign:5,terminate:ctrl_alt_bksp" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment