mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
6 lines
217 B
Text
6 lines
217 B
Text
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
hyprctl monitors -j | jq '.[] | select(.focused) | .name'
|
||
|
|
|
||
|
|
socat -u UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - |
|
||
|
|
stdbuf -o0 awk -F '>>|,' -e '/^focusedmon>>/ {print $2}'
|