Plugins/Using-Plugins: Update -n usage as optional notifcation flag.. (#1281)

This commit is contained in:
KAGEYAM4 2025-11-18 22:03:19 +05:30 committed by GitHub
parent 3b830049b6
commit 890bfe06b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.