mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
3 lines
224 B
Bash
Executable file
3 lines
224 B
Bash
Executable file
#!/bin/bash
|
|
hyprctl monitors -j | jq --raw-output .[0].activeWorkspace.id
|
|
socat -u UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | stdbuf -o0 grep '^workspace>>' | stdbuf -o0 awk -F '>>|,' '{print $2}'
|