From d93897d7e13d65fb69c9d75c1626e23286542ada Mon Sep 17 00:00:00 2001 From: KAGEYAM4 <75798544+KAGEYAM4@users.noreply.github.com> Date: Tue, 22 Oct 2024 04:58:38 +0530 Subject: [PATCH] hyprpm: Added `-nn` option usasge (#817) --- pages/Plugins/Using-Plugins.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/Plugins/Using-Plugins.md b/pages/Plugins/Using-Plugins.md index aa2632b..48159a2 100644 --- a/pages/Plugins/Using-Plugins.md +++ b/pages/Plugins/Using-Plugins.md @@ -54,8 +54,7 @@ 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 if anything -goes wrong (e.g. update needed) +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. To update your plugins, run `hyprpm update`.