From b19fba84b16728309dd035c9debf449a38053a47 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 6 Dec 2023 23:28:33 +0000 Subject: [PATCH] suggest -n --- pages/Plugins/Using-Plugins.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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`.