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:
parent
d59deb39d3
commit
4eaff1640c
1 changed files with 32 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue