Files
KonfiZ/.config/scripts/getActiveMonitor.sh
2024-12-26 12:09:38 +01:00

3 lines
122 B
Bash
Executable File

active_workspace= hyprctl activeworkspace | grep "on monitor" | sed 's/.*monitor //' | sed 's/://'
echo $active_workspace