Linux command
hyprland 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Start Hyprland
Hyprland
Reload configuration
hyprctl reload
List windows
hyprctl clients
Dispatch keybind action
hyprctl dispatch [workspace] [3]
Get active window
hyprctl activewindow
Show monitors
hyprctl monitors
说明
Hyprland is a dynamic tiling Wayland compositor with smooth animations, eye-candy effects, and extensive customization. It provides a modern desktop experience with features like window animations, blur, shadows, and workspace management. Configuration is done through ~/.config/hypr/hyprland.conf with a custom syntax for bindings, decorations, and layout settings.
参数
- hyprctl dispatch _action_ _args_
- Execute dispatcher action.
- hyprctl keyword _option_ _value_
- Set config option at runtime.
- hyprctl reload
- Reload configuration.
- hyprctl clients
- List windows.
- hyprctl monitors
- List monitors.
- hyprctl activewindow
- Show active window info.
- hyprctl workspaces
- List workspaces.
- hyprctl version
- Show version.
FAQ
What is the hyprland command used for?
Hyprland is a dynamic tiling Wayland compositor with smooth animations, eye-candy effects, and extensive customization. It provides a modern desktop experience with features like window animations, blur, shadows, and workspace management. Configuration is done through ~/.config/hypr/hyprland.conf with a custom syntax for bindings, decorations, and layout settings.
How do I run a basic hyprland example?
Run `Hyprland` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does hyprctl dispatch _action_ _args_ do in hyprland?
Execute dispatcher action.