git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/etc/X11/xorg.conf.d/00-keyboard.conf
diff options
context:
space:
mode:
Diffstat (limited to 'localfs/etc/X11/xorg.conf.d/00-keyboard.conf')
-rw-r--r--localfs/etc/X11/xorg.conf.d/00-keyboard.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/localfs/etc/X11/xorg.conf.d/00-keyboard.conf b/localfs/etc/X11/xorg.conf.d/00-keyboard.conf
new file mode 100644
index 0000000..7e5c389
--- /dev/null
+++ b/localfs/etc/X11/xorg.conf.d/00-keyboard.conf
@@ -0,0 +1,9 @@
+# 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,ie,bg,de"
+ Option "XkbVariant" ",,phonetic,ru"
+EndSection