Remove useless conf and add keyboard change for X11

master
Nakidai 2024-02-19 23:41:07 +03:00
parent be94eab6a1
commit 13bcedbba4
2 changed files with 6 additions and 0 deletions

6
x/00-keyboard.conf Normal file
View File

@ -0,0 +1,6 @@
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:win_space_toggle"
EndSection

View File