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:
parent
191631d881
commit
c1e3090708
1 changed files with 32 additions and 0 deletions
32
pages.de/linux/hyprctl.md
Normal file
32
pages.de/linux/hyprctl.md
Normal 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`
|
Loading…
Add table
Reference in a new issue