From fd15935db782a936dbdd8eb267d35c0905af8dfc Mon Sep 17 00:00:00 2001 From: Samuel Kogler Date: Thu, 22 Jun 2023 13:15:52 +0200 Subject: [PATCH] Add hyprland instance signature to handle_monitor_connect.sh (#254) --- pages/FAQ/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index e72aec1..4575aac 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -206,7 +206,7 @@ handle() { esac } -socat - UNIX-CONNECT:/tmp/hypr/.socket2.sock | while read -r line; do handle "$line"; done +socat - "UNIX-CONNECT:/tmp/hypr/${HYPRLAND_INSTANCE_SIGNATURE}/.socket2.sock" | while read -r line; do handle "$line"; done ``` if you want workspaces 1 2 4 5 to go to monitor 1 when connecting it.