1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 23:35:44 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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`