1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
hyprland-plugins for Debian
------------------
Hyprland plugins packaged for Debian are installed under:
/usr/lib/${DEB_HOST_MULTIARCH}/hyprland/plugins/
They must be loaded with hyprctl (not hyprpm).
To enable a plugin:
1. Add any plugin-specific configuration to:
~/.config/hypr/hyprland.conf
2. Add an exec-once line to load the plugin:
exec-once = hyprctl plugin load /usr/lib/${DEB_HOST_MULTIARCH}/hyprland/plugins/lib<plugin>.so
3. Restart Hyprland.
The DEB_HOST_MULTIARCH value can be obtained with:
dpkg-architecture -qDEB_HOST_MULTIARCH
|