mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +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
|
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
|
Used for hyprctl-like requests. See the
|
||||||
[Hyprctl page](../Configuring/Using-hyprctl) for commands.
|
[Hyprctl page](../Configuring/Using-hyprctl) for commands.
|
||||||
|
|
||||||
basically, write `[flag(s)]/command args`.
|
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
|
Used for events. Hyprland will write to each connected client live events like
|
||||||
this:
|
this:
|
||||||
|
|
Loading…
Reference in a new issue