Skip to content

Commit

Permalink
hyprpm: Added -nn option usasge (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
KAGEYAM4 authored Oct 21, 2024
1 parent 366ee7c commit d93897d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/Plugins/Using-Plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit d93897d

Please sign in to comment.