aboutsummaryrefslogtreecommitdiffstats
path: root/X11/xorg.conf.d/90-keyboard.conf
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-01-14 16:46:21 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2016-01-14 16:46:21 +0000
commit7666a9cc93c079cd3a61ea8a7d4cf3103a74c56e (patch)
treee1e1b32e1666bead6a6ac7327bd2e253e989e80e /X11/xorg.conf.d/90-keyboard.conf
parentcee153e1d03f215139ba6d74a8cd8fe039213992 (diff)
parent81873932548d4dda5345c19c3a635d53e25da061 (diff)
downloaddotfiles-7666a9cc93c079cd3a61ea8a7d4cf3103a74c56e.tar.xz
Merge remote-tracking branch 'k-kyrias/master' into theos
Diffstat (limited to 'X11/xorg.conf.d/90-keyboard.conf')
-rw-r--r--X11/xorg.conf.d/90-keyboard.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/X11/xorg.conf.d/90-keyboard.conf b/X11/xorg.conf.d/90-keyboard.conf
new file mode 100644
index 0000000..c7c9b05
--- /dev/null
+++ b/X11/xorg.conf.d/90-keyboard.conf
@@ -0,0 +1,6 @@
+Section "InputClass"
+ Identifier "Keyboard Defaults"
+ MatchIsKeyboard "on"
+ Option "XkbLayout" "dvorak,us"
+ Option "XkbOptions" "caps:escape,compose:ralt,grp_led:caps,grp:menu_toggle"
+EndSection