Files
blomarchy/bin/blob-hypr-monitor-focused

6 lines
153 B
Bash
Executable File

#!/bin/bash
# blob:summary=Print the name of the currently focused Hyprland monitor.
hyprctl monitors -j | jq -r '.[] | select(.focused == true).name'