From eecbbdb44f6f92ddd6c55bd7a88dabd233e1673a Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 14 Nov 2020 12:52:34 +0100 Subject: [PATCH] Xorg keyboard config --- arch-config/etc/X11/xorg.conf.d/00-keyboard.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arch-config/etc/X11/xorg.conf.d/00-keyboard.conf diff --git a/arch-config/etc/X11/xorg.conf.d/00-keyboard.conf b/arch-config/etc/X11/xorg.conf.d/00-keyboard.conf new file mode 100644 index 00000000..0d2d27ae --- /dev/null +++ b/arch-config/etc/X11/xorg.conf.d/00-keyboard.conf @@ -0,0 +1,8 @@ +# Read and parsed by systemd-localed. It's probably wise not to edit this file +# manually too freely. +Section "InputClass" + Identifier "system-keyboard" + MatchIsKeyboard "on" + Option "XkbLayout" "ch" + Option "XkbModel" "pc105" +EndSection