add tip about plugin path (#165)

* add tip about plugin path

* change tip to important

---------

Co-authored-by: jacekpoz <jacekpoz@cock.li>
This commit is contained in:
jacekpoz 2023-03-24 13:03:41 +00:00 committed by GitHub
parent 8e5e653713
commit 03fabe90bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -47,6 +47,10 @@ You can also add this to an `exec-once`:
exec-once = hyprctl plugin load /my/epic/plugin.so
```
{{< hint type=important >}}
The plugin path has to be absolute. (starting from the root of the filesystem)
{{< /hint >}}
## Compiling official plugins
Official plugins can be found at [hyprwm/hyprland-plugins](https://github.com/hyprwm/hyprland-plugins).