diff options
| -rwxr-xr-x | config/hypr/scripts/SwitchKeyboardLayout.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/scripts/SwitchKeyboardLayout.sh b/config/hypr/scripts/SwitchKeyboardLayout.sh index 9ef71f64..7ff1c7c6 100755 --- a/config/hypr/scripts/SwitchKeyboardLayout.sh +++ b/config/hypr/scripts/SwitchKeyboardLayout.sh @@ -61,7 +61,8 @@ change_layout() { while read -r name; do echo "Switching layout for $name to $new_layout..." - hyprctl switchxkblayout "$name" "$new_layout" + #hyprctl switchxkblayout "$name" "$new_layout" + hyprctl switchxkblayout "$name" next if [[ $? -eq 0 ]]; then echo "Switched the layout for $name." else |
