diff --git a/etc/X11/xorg.conf.d/00-keyboard.conf b/etc/X11/xorg.conf.d/00-keyboard.conf index 5396520..76e922f 100644 --- a/etc/X11/xorg.conf.d/00-keyboard.conf +++ b/etc/X11/xorg.conf.d/00-keyboard.conf @@ -6,6 +6,5 @@ Section "InputClass" Driver "evdev" Option "XkbLayout" "us,se" Option "XkbModel" "evdev" - Option "XkbVariant" "" - Option "XkbOptions" "grp:alt_shift_toggle" + Option "XkbOptions" "grp:alt_shift_toggle,ctrl:nocaps" EndSection