mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-21 20:35:57 +01:00
IPC, FAQ: revamp
This commit is contained in:
parent
32ab590cf1
commit
84eff8a560
2 changed files with 12 additions and 12 deletions
|
@ -12,14 +12,14 @@ via code / bash utilities.
|
|||
echo $HYPRLAND_INSTANCE_SIGNATURE
|
||||
```
|
||||
|
||||
## $XDG_RUNTIME_DIR/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`.
|
||||
|
||||
## $XDG_RUNTIME_DIR/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:
|
||||
|
|
Loading…
Reference in a new issue