diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-10 12:08:04 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-10 12:08:04 +0530 |
commit | 610bf8bf4d6c6e0cb1316710b81fdbe4ddc408dc (patch) | |
tree | 4e8360e60eead2abd8bdbf0e1c666af752d35062 /.config/dunst/dunstrc | |
parent | 4d2bf8272840bd1215e6830a382c4e6eaa1e9b28 (diff) |
disabled startup notification
Diffstat (limited to '.config/dunst/dunstrc')
-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: |