kbd
authorMart Lubbers <mart@martlubbers.net>
Sat, 17 Jun 2017 08:14:20 +0000 (10:14 +0200)
committerMart Lubbers <mart@martlubbers.net>
Sat, 17 Jun 2017 08:14:20 +0000 (10:14 +0200)
20-keyboard.conf [new file with mode: 0644]

diff --git a/20-keyboard.conf b/20-keyboard.conf
new file mode 100644 (file)
index 0000000..835dcb0
--- /dev/null
@@ -0,0 +1,9 @@
+Section "InputClass"
+       Identifier "keyboard defaults"
+       MatchIsKeyboard "on"
+
+       Option "XkbModel" "pc104"
+       Option "XkbLayout" "dvorak,ru,us"
+       Option "XkbVariant" ",phonetic_dvorak,"
+       Option "XKbOptions" "compose:ralt,grp:menu_toggle,caps:super"
+EndSection