From 13bcedbba44393e27d41622e0c9add0a8b8a5bb2 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Mon, 19 Feb 2024 23:41:07 +0300 Subject: [PATCH] Remove useless conf and add keyboard change for X11 --- x/00-keyboard.conf | 6 ++++++ x/10-dri.conf | 0 2 files changed, 6 insertions(+) create mode 100644 x/00-keyboard.conf delete mode 100644 x/10-dri.conf 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