dotfiles/etc/X11/xorg.conf.d/keyboard.conf

6 lines
202 B
Text

Section "InputClass"
Identifier "Keyboard0"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbOptions" "grp:alt_shift_toggle,compose:ralt"
EndSection