aboutsummaryrefslogtreecommitdiffstats
path: root/X11
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-11-20 12:01:59 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2017-11-20 12:01:59 +0100
commita199a3a7e31dc6d070b82b5c31d7cc96a0a831cd (patch)
treedc1f08896b52c9c548ef2d0cb2c7c4e704f03bdf /X11
parenta295e15407246588d665e581613de097d185323f (diff)
downloaddotfiles-a199a3a7e31dc6d070b82b5c31d7cc96a0a831cd.tar.xz
xorg.conf.d/keyboard: Make rctrl the layout toggle
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'X11')
-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 7d2aab0..4db3ef6 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"
- Option "XkbOptions" "caps:ctrl_modifier,compose:ralt"
+ Option "XkbOptions" "caps:ctrl_modifier,compose:ralt,grp:rctrl_toggle"
EndSection