Change shebang to #!/usr/bin/env bash for some sway scripts

This commit is contained in:
Martin Larsson 2025-06-02 22:36:17 +02:00
parent 8375e06416
commit 554585db18
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env bash
# Toggle between US (0) and Swedish (1) layouts
current=$(swaymsg -t get_inputs | jq -r '.[] | select(.type=="keyboard") | .xkb_active_layout_index' | head -n 1)