mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* hyprpm: add page --------- Co-authored-by: spageektti <git@spageektti.cc> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
32 lines
514 B
Markdown
32 lines
514 B
Markdown
# 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:
|
|
|
|
`hyprpm {{-f|--force}} {{operation}}`
|
|
|
|
- List all installed plugins:
|
|
|
|
`hyprpm list`
|