Files
dotfiles/root_configs/X11/xorg.conf.d/00-keyboard.conf
doryan e0d16a1f87 todo: complete install script
1. install X11 configs
2. add config for amdgpu
2025-02-16 02:08:56 +04:00

7 lines
181 B
Plaintext

Section "InputClass"
Identifier "keyboard-all"
MatchIsKeyboard "on"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:win_space_toggle"
EndSection