Linux command
hyprpm 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Add
hyprpm add [git_url]
Remove
hyprpm remove [plugin_name]
Enable
hyprpm enable [plugin_name]
Disable
hyprpm disable [plugin_name]
Update
hyprpm update
List
hyprpm list
Force
hyprpm -f [operation]
说明
hyprpm is the plugin manager for Hyprland, a dynamic tiling Wayland compositor. It handles downloading, building, enabling, and updating Hyprland plugins from Git repositories. Plugins extend Hyprland's functionality with features like borders, animations, workspaces modifications, and other compositor enhancements. Plugins are compiled against the current Hyprland version and may need rebuilding after Hyprland updates.
参数
- add _URL_
- Add a plugin from a Git repository URL
- remove _NAME_
- Remove an installed plugin
- enable _NAME_
- Enable a disabled plugin
- disable _NAME_
- Disable an enabled plugin
- update
- Update and rebuild all plugins
- list
- List all installed plugins
- -f, --force
- Force the operation even if it would normally fail
FAQ
What is the hyprpm command used for?
hyprpm is the plugin manager for Hyprland, a dynamic tiling Wayland compositor. It handles downloading, building, enabling, and updating Hyprland plugins from Git repositories. Plugins extend Hyprland's functionality with features like borders, animations, workspaces modifications, and other compositor enhancements. Plugins are compiled against the current Hyprland version and may need rebuilding after Hyprland updates.
How do I run a basic hyprpm example?
Run `hyprpm add [git_url]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does add _URL_ do in hyprpm?
Add a plugin from a Git repository URL