snippetbashTip
hyprpm — Control plugins for the Hyprland Wayland compositor. More information: <https://wiki.hypr.land/Plugi
Viewed 0 times
thecommandhyprlandhyprpmpluginsclicontrolfor
linux
Problem
How to use the
hyprpm command: Control plugins for the Hyprland Wayland compositor. More information: <https://wiki.hypr.land/Plugins/Using-Plugins/#hyprpm>.Solution
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 updateForce an operation:
hyprpm {{[-f|--force]}} {{operation}}List all installed plugins:
hyprpm listCode Snippets
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 updateContext
tldr-pages: linux/hyprpm
Revisions (0)
No revisions yet.