diff --git a/.local/bin/toggleLayout.sh b/.local/bin/toggleLayout.sh index bbb1771..68285d2 100755 --- a/.local/bin/toggleLayout.sh +++ b/.local/bin/toggleLayout.sh @@ -6,5 +6,5 @@ if echo "$current" | grep -q "Ergo"; then swaymsg input type:keyboard xkb_variant basic else swaymsg input type:keyboard xkb_layout fr - swaymsg input type:keyboard xkb_variant ergol_iso + swaymsg input type:keyboard xkb_variant ergol fi