mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
11 lines
225 B
Bash
Executable File
11 lines
225 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
spaces (){
|
|
hyprctl workspaces -j | jq -c 'map(.id | select(. > 0)) | sort'
|
|
}
|
|
|
|
spaces
|
|
socat -u UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | while read -r line; do
|
|
spaces
|
|
done
|