From f855cc67e7dcb424e96ea8a16d72a1617558b4d4 Mon Sep 17 00:00:00 2001 From: tk1rk Date: Sat, 20 May 2023 04:55:50 +0200 Subject: [PATCH] Add 'etc/X11/xorg.conf.d/00-keyboard.conf' --- etc/X11/xorg.conf.d/00-keyboard.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 etc/X11/xorg.conf.d/00-keyboard.conf diff --git a/etc/X11/xorg.conf.d/00-keyboard.conf b/etc/X11/xorg.conf.d/00-keyboard.conf new file mode 100644 index 0000000..d34ee36 --- /dev/null +++ b/etc/X11/xorg.conf.d/00-keyboard.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "system-keyboard" + MatchIsKeyboard "on" + Option "XkbLayout" "us" + Option "XkbModel" "pc105 +EndSection \ No newline at end of file