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

7 lines
202 B
Text
Raw Permalink Normal View History

2020-11-30 20:01:55 +01:00
Section "InputClass"
Identifier "Keyboard0"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbOptions" "grp:alt_shift_toggle,compose:ralt"
EndSection