change `tmp/hypr` to `$XDG_RUNTIME_DIR/hypr/` in eww scripts
pavel-hrdina opened this issue · 1 comments
pavel-hrdina commented
Hyprland changed tmp/hypr
to $XDG_RUNTIME_DIR/hypr/
. This result in the eww scripts breaking. Mainly the workspaces.sh
and activewindow.sh
.
To fix this, the socat command needs to change to:
socat -u "UNIX-CONNECT:/$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock"
from:
socat -u "UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock"