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