File: README.Debian

package info (click to toggle)
hyprland-plugins 0.53.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 984 kB
  • sloc: cpp: 4,174; makefile: 99
file content (21 lines) | stat: -rw-r--r-- 566 bytes parent folder | download
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