1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/hyprctl.md
rexept 48359d6e37
hyprctl: update example (#14925)
* hyprctl: fixed false example

* updated to be more concise
2024-11-23 18:03:16 +01:00

555 B

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

  • Call a dispatcher:

hyprctl dispatch {{dispatcher}}

  • Set a configuration keyword dynamically:

hyprctl keyword {{keyword}} {{value}}

  • Display version:

hyprctl version