mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
38 lines
605 B
Plaintext
38 lines
605 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# hyprpm
|
|
|
|
> Control plugins for the Hyprland Wayland compositor.
|
|
> More information: <https://wiki.hypr.land/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`
|