diff options
Diffstat (limited to '.config/dunst')
| -rw-r--r-- | .config/dunst/dunstrc | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index f9c88b6..a12e77e 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -212,7 +212,7 @@      dmenu = /usr/bin/dmenu -p dunst:      # Browser for opening urls in context menu. -    browser = /usr/bin/firefox -new-tab +    browser = /usr/bin/librewolf -new-tab      # Always run rule-defined scripts, even if the notification is suppressed      always_run_script = true @@ -226,7 +226,7 @@      # Print a notification on startup.      # This is mainly for error detection, since dbus (re-)starts dunst      # automatically after a crash. -    startup_notification = true +    startup_notification = false      # Manage dunst's desire for talking      # Can be one of the following values:  |