mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
IPC: add socat -U flag to example (#181)
This commit is contained in:
parent
0062014667
commit
344f257aff
1 changed files with 1 additions and 1 deletions
|
@ -68,5 +68,5 @@ function handle {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
socat - UNIX-CONNECT:/tmp/hypr/$(echo $HYPRLAND_INSTANCE_SIGNATURE)/.socket2.sock | while read line; do handle $line; done
|
socat -U - UNIX-CONNECT:/tmp/hypr/$(echo $HYPRLAND_INSTANCE_SIGNATURE)/.socket2.sock | while read line; do handle $line; done
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue