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:
rexept
2024-06-18 09:20:25 -06:00
committed by GitHub
parent d59deb39d3
commit 4eaff1640c

32
pages/linux/hyprpm.md Normal file
View 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`