Change shebang to #!/usr/bin/env bash for some sway scripts
This commit is contained in:
parent
8375e06416
commit
554585db18
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue