snippetbashTip
hyprctl — Control parts of the Hyprland Wayland compositor. More information: <https://wiki.hypr.land/Configur
Viewed 0 times
thecommandhyprlandwaylandpartshyprctlclicontrol
linux
Problem
How to use the
hyprctl command: Control parts of the Hyprland Wayland compositor. More information: <https://wiki.hypr.land/Configuring/Using-hyprctl/>.Solution
hyprctl — Control parts of the Hyprland Wayland compositor. More information: <https://wiki.hypr.land/Configuring/Using-hyprctl/>.Reload Hyprland configuration:
hyprctl reloadReturn the active window name:
hyprctl activewindowList all connected input devices:
hyprctl devicesList all outputs with respective properties:
hyprctl workspacesCall a dispatcher:
hyprctl dispatch {{dispatcher}}Set a configuration keyword dynamically:
hyprctl keyword {{keyword}} {{value}}Display version:
hyprctl versionCode Snippets
Reload Hyprland configuration
hyprctl reloadReturn the active window name
hyprctl activewindowList all connected input devices
hyprctl devicesList all outputs with respective properties
hyprctl workspacesCall a dispatcher
hyprctl dispatch {{dispatcher}}Context
tldr-pages: linux/hyprctl
Revisions (0)
No revisions yet.