From ab8ab81cee135b41f1060e1b6055ac55df54f3e2 Mon Sep 17 00:00:00 2001 From: Paolo <18293605+Loara@users.noreply.github.com> Date: Mon, 6 May 2024 18:19:48 +0200 Subject: [PATCH] Update IPC socket file location (#636) * Update _index.md Replace /tmp with XDG_RUNTIME_DIR * Modified formatting --- pages/IPC/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/IPC/_index.md b/pages/IPC/_index.md index 97e9ed9..0932bad 100644 --- a/pages/IPC/_index.md +++ b/pages/IPC/_index.md @@ -12,14 +12,14 @@ via code / bash utilities. echo $HYPRLAND_INSTANCE_SIGNATURE ``` -## /tmp/hypr/\[HIS\]/.socket.sock +## $XDG_RUNTIME_DIR/hypr/\[HIS\]/.socket.sock Used for hyprctl-like requests. See the [Hyprctl page](../Configuring/Using-hyprctl) for commands. basically, write `[flag(s)]/command args`. -## /tmp/hypr/\[HIS\]/.socket2.sock +## $XDG_RUNTIME_DIR/hypr/\[HIS\]/.socket2.sock Used for events. Hyprland will write to each connected client live events like this: