diff --git a/x/00-keyboard.conf b/x/00-keyboard.conf new file mode 100644 index 0000000..c784327 --- /dev/null +++ b/x/00-keyboard.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "system-keyboard" + MatchIsKeyboard "on" + Option "XkbLayout" "us,ru" + Option "XkbOptions" "grp:win_space_toggle" +EndSection diff --git a/x/10-dri.conf b/x/10-dri.conf deleted file mode 100644 index e69de29..0000000