diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-09 19:27:29 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-09 19:27:36 +0900 |
| commit | dc862efc66b72462975f873c8f79ef34462e4c4c (patch) | |
| tree | aa9c8e62f22a5c1b6926139788a19f647ca2fe35 | |
| parent | d87402e36b299c59d0f098ede06a6478eca19a20 (diff) | |
a fix as per issues $422
| -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 |
