diff --git a/focus_following_panel/shell.qml b/focus_following_panel/shell.qml index b5fd7ee..ad43ce8 100644 --- a/focus_following_panel/shell.qml +++ b/focus_following_panel/shell.qml @@ -6,7 +6,8 @@ ShellRoot { Socket { // Create and connect a Socket to the hyprland event socket. // https://wiki.hyprland.org/IPC/ - path: `/tmp/hypr/${Quickshell.env("HYPRLAND_INSTANCE_SIGNATURE")}/.socket2.sock` + + path: `${Quickshell.env("XDG_RUNTIME_DIR")}/hypr/${Quickshell.env("HYPRLAND_INSTANCE_SIGNATURE")}/.socket2.sock` connected: true parser: SplitParser {