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).
|
||||
|
@ -121,4 +125,4 @@ they will be safe.
|
|||
### Do plugins decrease Hyprland's stability?
|
||||
Hyprland employs a few tactics to unload plugins that crash. However, those tactics may not
|
||||
always work. In general, as long as the plugin is well-designed, it should not affect the
|
||||
stability of Hyprland.
|
||||
stability of Hyprland.
|
||||
|
|
Loading…
Reference in a new issue