Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion focus_following_panel/shell.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down