From 610bf8bf4d6c6e0cb1316710b81fdbe4ddc408dc Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sat, 10 Jul 2021 12:08:04 +0530 Subject: disabled startup notification --- .config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') 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: -- cgit v1.2.3