hyprpm: add page (#12997)
* hyprpm: add page --------- Co-authored-by: spageektti <git@spageektti.cc> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
32
pages/linux/hyprpm.md
Normal file
32
pages/linux/hyprpm.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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`
|
Reference in New Issue
Block a user