mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 12:55:23 +02:00
33 lines
639 B
Markdown
33 lines
639 B
Markdown
![]() |
# hyprctl
|
||
|
|
||
|
> Steuere Teile des Hyprland Wayland-Compositors.
|
||
|
> Weitere Informationen: <https://wiki.hyprland.org/Configuring/Using-hyprctl>.
|
||
|
|
||
|
- Lade die Hyprland-Konfiguration neu:
|
||
|
|
||
|
`hyprctl reload`
|
||
|
|
||
|
- Gib den Namen das aktiven Fensters zurück:
|
||
|
|
||
|
`hyprctl activewindow`
|
||
|
|
||
|
- Zeige eine Liste aller verbundenen Eingabegeräte:
|
||
|
|
||
|
`hyprctl devices`
|
||
|
|
||
|
- Zeige eine Liste aller Ausgänge mit ihren jeweiligen Eigenschaften:
|
||
|
|
||
|
`hyprctl workspaces`
|
||
|
|
||
|
- Rufe einen Dispatcher auf:
|
||
|
|
||
|
`hyprctl dispatch {{dispatcher}}`
|
||
|
|
||
|
- Setzte ein Konfigurations-Schlüsselwort dynamisch:
|
||
|
|
||
|
`hyprctl keyword {{keyword}} {{value}}`
|
||
|
|
||
|
- Zeige die Version:
|
||
|
|
||
|
`hyprctl version`
|