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.so 3. Restart Hyprland. The DEB_HOST_MULTIARCH value can be obtained with: dpkg-architecture -qDEB_HOST_MULTIARCH