This commit is contained in:
2026-06-14 17:03:12 -05:00
parent 82900cc737
commit 340e958e0b
3 changed files with 7 additions and 11 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
toMonitor=$(hyprctl monitors -j | jq -r 'first(.[] | select(.focused == false) | .name)')
hyprctl dispatch 'hl.dsp.focus({ monitor = "$toMonitor" })'