diff --git a/pages/Plugins/Using-Plugins.md b/pages/Plugins/Using-Plugins.md index bd5ea03..ad4acfd 100644 --- a/pages/Plugins/Using-Plugins.md +++ b/pages/Plugins/Using-Plugins.md @@ -43,7 +43,8 @@ and enable or disable them via `hyprpm enable name` and `hyprpm disable name`. In order for the plugins to be loaded into hyprland, run `hyprpm reload`. -You can add `exec-once = hyprpm reload` to your hyprland config to have plugins loaded at startup. +You can add `exec-once = hyprpm reload -n` to your hyprland config to have plugins loaded at startup. +`-n` will make hyprpm send a notification if anything goes wrong (e.g. update needed) In order update your plugins, run `hyprpm update`.