diff --git a/apps/hyprland/centre_app.sh b/apps/hyprland/centre_app.sh index e0e1717..908f2a7 100755 --- a/apps/hyprland/centre_app.sh +++ b/apps/hyprland/centre_app.sh @@ -33,4 +33,4 @@ handle() { # read the socket and activate the function while IFS= read -r line; do handle "$line" -done < <(socat -U - UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock) +done < <(socat -U - UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock) \ No newline at end of file