Skip to content

Instantly share code, notes, and snippets.

@whitelynx
Last active June 26, 2020 16:44
Show Gist options
  • Save whitelynx/c5ddabbf1170af015719c194f42c5ac6 to your computer and use it in GitHub Desktop.
Save whitelynx/c5ddabbf1170af015719c194f42c5ac6 to your computer and use it in GitHub Desktop.
Xorg configs
# 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
Section "InputClass"
Identifier "system-touchpad"
MatchIsTouchpad "on"
Option "ClickMethod" "clickfinger"
Option "NaturalScrolling" "true"
EndSection
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