mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
38 lines
645 B
Plaintext
38 lines
645 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# hyprctl
|
|
|
|
> Control parts of the Hyprland Wayland compositor.
|
|
> More information: <https://wiki.hypr.land/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:
|
|
|
|
`hyprctl dispatch {{dispatcher}}`
|
|
|
|
- Set a configuration keyword dynamically:
|
|
|
|
`hyprctl keyword {{keyword}} {{value}}`
|
|
|
|
- Display version:
|
|
|
|
`hyprctl version`
|