From 03fabe90bfd8c8a8b87e9797e2df4e7c82aa275b Mon Sep 17 00:00:00 2001 From: jacekpoz <64381190+jacekpoz@users.noreply.github.com> Date: Fri, 24 Mar 2023 13:03:41 +0000 Subject: [PATCH] add tip about plugin path (#165) * add tip about plugin path * change tip to important --------- Co-authored-by: jacekpoz --- pages/Plugins/Using-Plugins.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/Plugins/Using-Plugins.md b/pages/Plugins/Using-Plugins.md index 7783498d..eee55bfd 100644 --- a/pages/Plugins/Using-Plugins.md +++ b/pages/Plugins/Using-Plugins.md @@ -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. \ No newline at end of file +stability of Hyprland.