1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 02:35:24 +02:00

hyprctl: add German translation (#16639)

This commit is contained in:
unixkiwi 2025-05-31 07:21:44 +02:00 committed by GitHub
parent 191631d881
commit c1e3090708
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

@ -0,0 +1,32 @@
# 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`