aboutsummaryrefslogtreecommitdiffstats
path: root/X11/xorg.conf.d
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-11-27 01:51:59 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2017-11-27 01:52:23 +0100
commit2422b1e2f261fcdc3f7577dbaca5cf1d081f14ca (patch)
tree5f5de061996c3f988f915fc86f27a56fad76bf88 /X11/xorg.conf.d
parent7ab5c59779b08bc319f24b0903019b83829a04e8 (diff)
downloaddotfiles-2422b1e2f261fcdc3f7577dbaca5cf1d081f14ca.tar.xz
Fix xmodmap
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'X11/xorg.conf.d')
-rw-r--r--X11/xorg.conf.d/90-keyboard.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/xorg.conf.d/90-keyboard.conf b/X11/xorg.conf.d/90-keyboard.conf
index 7adfad8..41fe37d 100644
--- a/X11/xorg.conf.d/90-keyboard.conf
+++ b/X11/xorg.conf.d/90-keyboard.conf
@@ -2,5 +2,5 @@ Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "on"
Option "XkbLayout" "dvorak,us,il"
- Option "XkbOptions" "caps:ctrl_modifier,compose:ralt,grp:rctrl_toggle"
+ Option "XkbOptions" "compose:prsc,grp:rctrl_toggle"
EndSection