mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
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:
parent
8e5e653713
commit
03fabe90bf
1 changed files with 5 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue