mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
commit
cd0e945806
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
Hyprland exposes two powerful sockets for you to use.
|
Hyprland exposes two powerful sockets for you to use.
|
||||||
|
|
||||||
The first, socket1, can be fully controlled with `hyprctl`, see its usage
|
The first, socket1, can be fully controlled with `hyprctl`, see its usage
|
||||||
[here](https://github.com/hyprwm/Hyprland/wiki/Using-hyprctl).
|
[here](../Using-hyprctl).
|
||||||
|
|
||||||
The second, socket2, sends events for certain changes / actions and can be used
|
The second, socket2, sends events for certain changes / actions and can be used
|
||||||
to react to different events. See its description
|
to react to different events. See its description
|
||||||
[here](https://github.com/hyprwm/Hyprland/wiki/IPC).
|
[here](../../IPC/).
|
||||||
|
|
||||||
## Example script
|
## Example script
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue