commit 28330ed33056c3651e514a9519a78e708ce7aeff parent d5083687d82681f4a79e3ade9d825e90da1870c4 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Tue, 3 Sep 2019 17:23:41 +0200 Use correct setxkbmap options during layout switch Diffstat:
M | .local/bin/keyboard-layout-switch.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/keyboard-layout-switch.sh b/.local/bin/keyboard-layout-switch.sh @@ -11,7 +11,7 @@ lang2="dk" set_language() { echo "$1" > "$layoutfile" #pkill -RTMIN+3 i3blocks - setxkbmap "$1" -option ctrl:nocaps -option altwin:swap_lalt_lwin + setxkbmap "$1" -option -option ctrl:nocaps #-option altwin:swap_lalt_lwin #xmodmap $HOME/.Xmodmap #notify-send "$1" }