Files

4 lines
160 B
Bash
Raw Permalink Normal View History

2026-06-20 16:37:18 -05:00
#!/bin/sh
toMonitor=$(hyprctl monitors -j | jq -r 'first(.[] | select(.focused == false) | .name)')
hyprctl dispatch "hl.dsp.focus({ monitor = '$toMonitor' })"