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.