LinuxCommandLibrary

hyprctl

Control parts of the Hyprland Wayland compositor.

TLDR

Reload Hyprland configuration

$ hyprctl reload
copy


Return the active window name
$ hyprctl activewindow
copy


List all connected input devices
$ hyprctl devices
copy


List all outputs with respective properties
$ hyprctl workspaces
copy


Call a dispatcher with an argument
$ hyprctl dispatch exec [app]
copy


Set a configuration keyword dynamically
$ hyprctl keyword [keyword] [value]
copy


Display version
$ hyprctl version
copy

Copied to clipboard