LinuxCommandLibrary

hyprpm

plugin manager for Hyprland, a dynamic tiling Wayland compositor

TLDR

Add a plugin from Git repository

$ hyprpm add [git_url]
copy
Remove a plugin
$ hyprpm remove [plugin_name]
copy
Enable a plugin
$ hyprpm enable [plugin_name]
copy
Disable a plugin
$ hyprpm disable [plugin_name]
copy
Update all plugins
$ hyprpm update
copy
List all installed plugins
$ hyprpm list
copy
Force an operation
$ hyprpm -f [operation]
copy

SYNOPSIS

hyprpm [options] command [arguments]

DESCRIPTION

hyprpm is the plugin manager for Hyprland, a dynamic tiling Wayland compositor. It handles downloading, building, enabling, and updating Hyprland plugins from Git repositories.
Plugins extend Hyprland's functionality with features like borders, animations, workspaces modifications, and other compositor enhancements. Plugins are compiled against the current Hyprland version and may need rebuilding after Hyprland updates.

PARAMETERS

add URL

Add a plugin from a Git repository URL
remove NAME
Remove an installed plugin
enable NAME
Enable a disabled plugin
disable NAME
Disable an enabled plugin
update
Update and rebuild all plugins
list
List all installed plugins
-f, --force
Force the operation even if it would normally fail

CAVEATS

Plugins must be compatible with the current Hyprland version. After Hyprland updates, plugins may need to be rebuilt using hyprpm update. Requires build tools for plugin compilation.

HISTORY

hyprpm was introduced as part of the Hyprland ecosystem to provide a standardized way to manage compositor plugins. Hyprland gained popularity starting in 2022 for its extensive customization options.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community