aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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