mirror of
https://github.com/zoriya/flake.git
synced 2026-05-30 01:38:11 +00:00
Fix window name timeout
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
MAXCHAR=40
|
||||
|
||||
hyprctl activewindow -j | jq --raw-output .title | cut -c -$MAXCHAR
|
||||
socat -u UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | grep --line-buffered '^activewindow>>' | stdbuf -o0 awk -F '>>|,' '{print $3}' | stdbuf -oL cut -c -$MAXCHAR
|
||||
socat -u UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | grep --line-buffered '^activewindow>>' | stdbuf -o0 awk -F '>>|,' '{printf "%.40s\n", $3}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user