dotfiles/root_configs/xorg.conf.d/00-keyboard.conf

8 lines
213 B
Plaintext

Section "InputClass"
Identifier "keyboard-all"
MatchIsKeyboard "on"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:ctrl_space_toggle"
Option "AutoRepeat" "250 20"
EndSection