Files
cheatsheet-tldr/tldr/linux/hyprpm
2025-10-06 00:19:32 +00:00

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`