dotfiles/.config/hypr/scripts/focused_monitor
2023-11-08 00:35:57 +01:00

3 lines
86 B
Bash
Executable file

#!/usr/bin/bash
hyprctl monitors -j | jq -r '.[] | select(.focused == true) | .name'