repositories
/
dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5a5761
)
kbd
author
Mart Lubbers
<mart@martlubbers.net>
Sat, 17 Jun 2017 08:14:20 +0000
(10:14 +0200)
committer
Mart Lubbers
<mart@martlubbers.net>
Sat, 17 Jun 2017 08:14:20 +0000
(10:14 +0200)
20-keyboard.conf
[new file with mode: 0644]
patch
|
blob
diff --git a/20-keyboard.conf
b/20-keyboard.conf
new file mode 100644
(file)
index 0000000..
835dcb0
--- /dev/null
+++ b/
20-keyboard.conf
@@ -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