HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

hyprpm — Control plugins for the Hyprland Wayland compositor. More information: <https://wiki.hypr.land/Plugi

Submitted by: @import:tldr-pages··
0
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 update


Force an operation:
hyprpm {{[-f|--force]}} {{operation}}


List all installed plugins:
hyprpm list

Code 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 update

Context

tldr-pages: linux/hyprpm

Revisions (0)

No revisions yet.