1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00

hyprctl: add page (#12974)

Co-authored-by: SDB-Industries <sdbindustries@protonmail.com>
Co-authored-by: rexept <greekboyio@outlook.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
rexept 2024-06-14 15:21:31 -06:00 committed by GitHub
parent 7982d49ff4
commit 2b53411308
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

32
pages/linux/hyprctl.md Normal file
View file

@ -0,0 +1,32 @@
# hyprctl
> Control parts of the Hyprland Wayland compositor.
> More information: <https://wiki.hyprland.org/Configuring/Using-hyprctl>.
- Reload Hyprland configuration:
`hyprctl reload`
- Return the active window name:
`hyprctl activewindow`
- List all connected input devices:
`hyprctl devices`
- List all outputs with respective properties:
`hyprctl workspaces`
- Call a dispatcher with an argument:
`hyprctl dispatch exec {{app}}`
- Set a configuration keyword dynamically:
`hyprctl keyword {{keyword}} {{value}}`
- Display version:
`hyprctl version`