diff --git a/xorg_conf/90-keyboard.conf b/xorg_conf/90-keyboard.conf index 9677d37..55e6be3 100644 --- a/xorg_conf/90-keyboard.conf +++ b/xorg_conf/90-keyboard.conf @@ -2,5 +2,5 @@ Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" Option "XkbOptions" "ctrl:nocaps" - Option "XkbOptions" "compose:menu" + Option "XkbOptions" "compose:rctrl" EndSection