From 7130c59142855b69f7fa4b96b53bce33d25e9525 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Mon, 7 Feb 2022 15:20:17 +0000 Subject: [PATCH] Add new file --- 00-keyboard.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 00-keyboard.conf diff --git a/00-keyboard.conf b/00-keyboard.conf new file mode 100644 index 0000000..82b84b8 --- /dev/null +++ b/00-keyboard.conf @@ -0,0 +1,10 @@ +# Written by systemd-localed(8), read by systemd-localed and Xorg. It's +# probably wise not to edit this file manually. Use localectl(1) to +# instruct systemd-localed to update it. +Section "InputClass" + Identifier "system-keyboard" + MatchIsKeyboard "on" + Option "XkbLayout" "de" + Option "XkbModel" "pc105" + Option "XkbVariant" "deadgraveacute" +EndSection