From cbc765f69d8202f089c2536d04af03b1e4901198 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 5 Jul 2024 15:02:25 +0200 Subject: [PATCH] [hyprland] feat: updated centre_app.sh --- apps/hyprland/centre_app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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