diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-19 23:44:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-19 23:44:48 +0900 |
| commit | db03332ee21596fa240747f46a2214a7570ab7ee (patch) | |
| tree | cdf3fb6e12cdb48b826da70200fc9464d634da95 /config/hypr/scripts/SwitchKeyboardLayout.sh | |
| parent | 7fefc808e40d763217b1ae5ad2bd7548eb160084 (diff) | |
| parent | 3aadf05460bf5ec11eb6c5e978f42b4bc6111998 (diff) | |
Merge pull request #200 from JaKooLit/development
Development to Main v2.2.7
Diffstat (limited to 'config/hypr/scripts/SwitchKeyboardLayout.sh')
| -rwxr-xr-x | config/hypr/scripts/SwitchKeyboardLayout.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/SwitchKeyboardLayout.sh b/config/hypr/scripts/SwitchKeyboardLayout.sh index b280493e..0145e262 100755 --- a/config/hypr/scripts/SwitchKeyboardLayout.sh +++ b/config/hypr/scripts/SwitchKeyboardLayout.sh @@ -38,8 +38,8 @@ next_index=$(( (current_index + 1) % layout_count )) new_layout="${layout_mapping[next_index]}" # Update the keyboard layout -hyprctl keyword input:kb_layout "$new_layout" +hyprctl switchxkblayout "at-translated-set-2-keyboard" "$new_layout" echo "$new_layout" > "$layout_f" # Notification for the new keyboard layout -notify-send -u low -i "$notif" "new KB_Layout: $new_layout"
\ No newline at end of file +notify-send -u low -i "$notif" "new KB_Layout: $new_layout" |
