quoting order

This commit is contained in:
2026-06-14 17:10:39 -05:00
parent 59e59dec7b
commit c2d6a5b37b
2 changed files with 2 additions and 2 deletions
@@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
toMonitor=$(hyprctl monitors -j | jq -r 'first(.[] | select(.focused == false) | .name)') 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' })"
@@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
toMonitor=$(hyprctl monitors -j | jq -r 'first(.[] | select(.focused == false) | .name)') toMonitor=$(hyprctl monitors -j | jq -r 'first(.[] | select(.focused == false) | .name)')
hyprctl dispatch 'hl.dsp.workspace.move({ monitor = "$toMonitor" })' hyprctl dispatch "hl.dsp.workspace.move({ monitor = '$toMonitor' })"