From 335b1f2cb856840c84adf046192a8ca6687daf75 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Fri, 7 Jun 2024 11:37:20 +0200 Subject: [PATCH] Align xkb options --- .config/shell/init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/shell/init.sh b/.config/shell/init.sh index 3f2d9ca..9758081 100644 --- a/.config/shell/init.sh +++ b/.config/shell/init.sh @@ -35,9 +35,9 @@ _in_wayland () { # Configure the keyboard: -# - make right alt and menu keys the compose key, e.g., for German Umlauts +# - make right alt the compose key, e.g., for German Umlauts # - make caps lock a ctrl modifier and Esc key -_in_x11 && setxkbmap us -option 'compose:menu,compose:ralt,caps:ctrl_modifier,lv3:ralt_switch' +_in_x11 && setxkbmap us -option 'compose:ralt,caps:ctrl_modifier,lv3:menu_switch' _command_exists xcape && xcape -e "Caps_Lock=Escape"