mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 13:05:59 +01:00
ipc: fix socket path
fixes #644g
This commit is contained in:
parent
00f8bfe3a6
commit
c56516109e
1 changed files with 1 additions and 1 deletions
|
@ -92,5 +92,5 @@ handle() {
|
|||
esac
|
||||
}
|
||||
|
||||
socat -U - UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock | while read -r line; do handle "$line"; done
|
||||
socat -U - UNIX-CONNECT:$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock | while read -r line; do handle "$line"; done
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue