From 890bfe06b7ab417366fa0d26ff643ceb52188204 Mon Sep 17 00:00:00 2001 From: KAGEYAM4 <75798544+KAGEYAM4@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:03:19 +0530 Subject: [PATCH] Plugins/Using-Plugins: Update -n usage as optional notifcation flag.. (#1281) --- content/Plugins/Using-Plugins.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/Plugins/Using-Plugins.md b/content/Plugins/Using-Plugins.md index 370b26dd..46448550 100644 --- a/content/Plugins/Using-Plugins.md +++ b/content/Plugins/Using-Plugins.md @@ -60,8 +60,11 @@ Then, 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 -n` to your Hyprland config to have -plugins loaded at startup. `-n` will make hyprpm send a notification for good and bad events (e.g. update needed, plugin loaded successfully) or use `-nn` to get notified only on failed events. +You can add `exec-once = hyprpm reload` to your Hyprland config to have +plugins loaded at startup. Optionally add `-n` flag to get notification +that plugin loaded successfully (eye candy). Note regardless of whether +`-n` is present or not, `reload` command will generate notification for +warning and error events. To update your plugins, run `hyprpm update`.