2024-06-14 15:21:31 -06:00
|
|
|
# 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`
|
|
|
|
|
2024-11-23 10:03:16 -07:00
|
|
|
- Call a dispatcher:
|
2024-06-14 15:21:31 -06:00
|
|
|
|
2024-11-23 10:03:16 -07:00
|
|
|
`hyprctl dispatch {{dispatcher}}`
|
2024-06-14 15:21:31 -06:00
|
|
|
|
|
|
|
- Set a configuration keyword dynamically:
|
|
|
|
|
|
|
|
`hyprctl keyword {{keyword}} {{value}}`
|
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
|
|
`hyprctl version`
|