Files
2026-06-14 17:10:39 -05:00

4 lines
160 B
Bash
Executable File

#!/bin/sh
toMonitor=$(hyprctl monitors -j | jq -r 'first(.[] | select(.focused == false) | .name)')
hyprctl dispatch "hl.dsp.focus({ monitor = '$toMonitor' })"