Files
dotfiles/root_configs/xorg.conf.d/00-keyboard.conf
doryan f9f27dbe33 feat(xorg): update xorg configs
configured AutoRepeat options and disabled dpms
2025-04-11 12:44:59 +04:00

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