quoting order
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
toMonitor=$(hyprctl monitors -j | jq -r 'first(.[] | select(.focused == false) | .name)')
|
||||
hyprctl dispatch 'hl.dsp.focus({ monitor = "$toMonitor" })'
|
||||
hyprctl dispatch "hl.dsp.focus({ monitor = '$toMonitor' })"
|
||||
|
||||
Reference in New Issue
Block a user