2025-03-14 21:59:59 -06:00
|
|
|
# hyprpm
|
|
|
|
|
|
|
|
|
|
> Control plugins for the Hyprland Wayland compositor.
|
|
|
|
|
> More information: <https://wiki.hyprland.org/Plugins/Using-Plugins/#hyprpm>.
|
|
|
|
|
|
|
|
|
|
- Add a plugin:
|
|
|
|
|
|
|
|
|
|
`hyprpm add {{git_url}}`
|
|
|
|
|
|
|
|
|
|
- Remove a plugin:
|
|
|
|
|
|
|
|
|
|
`hyprpm remove {{git_url|plugin_name}}`
|
|
|
|
|
|
|
|
|
|
- Enable a plugin:
|
|
|
|
|
|
|
|
|
|
`hyprpm enable {{plugin_name}}`
|
|
|
|
|
|
|
|
|
|
- Disable a plugin:
|
|
|
|
|
|
|
|
|
|
`hyprpm disable {{plugin_name}}`
|
|
|
|
|
|
|
|
|
|
- Update and check all plugins:
|
|
|
|
|
|
|
|
|
|
`hyprpm update`
|
|
|
|
|
|
|
|
|
|
- Force an operation:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`hyprpm {{[-f|--force]}} {{operation}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List all installed plugins:
|
|
|
|
|
|
|
|
|
|
`hyprpm list`
|