From 6c8a73435374174a09f4ec8a9fbdcc5829e089c4 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 31 Aug 2023 22:14:06 -0600 Subject: [PATCH] [dunst] Remove dunstrc --- dotfiles/config/dunst/dunstrc | 48 ----------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 dotfiles/config/dunst/dunstrc diff --git a/dotfiles/config/dunst/dunstrc b/dotfiles/config/dunst/dunstrc deleted file mode 100644 index c58840ea..00000000 --- a/dotfiles/config/dunst/dunstrc +++ /dev/null @@ -1,48 +0,0 @@ -[global] - font = "Droid Sans 8" - allow_markup = yes - format = "%s\n%b" - sort = yes - indicate_hidden = yes - alignment = center - bounce_freq = 0 - show_age_threshold = 60 - word_wrap = yes - ignore_newline = no - geometry = "200x5-6+30" - transparency = 30 - idle_threshold = 120 - monitor = 0 - follow = mouse - sticky_history = yes - line_height = 0 - separator_height = 2 - padding = 8 - horizontal_padding = 8 - separator_color = "#585858" - startup_notification = false - -[frame] - width = 1 - color = "#383838" - -[shortcuts] - close = ctrl+space - close_all = ctrl+shift+space - history = ctrl+grave - context = ctrl+shift+period - -[urgency_low] - background = "#181818" - foreground = "#E3C7AF" - timeout = 5 - -[urgency_normal] - background = "#181818" - foreground = "#E3C7AF" - timeout = 20 - -[urgency_critical] - background = "#181818" - foreground = "#E3C7AF" - timeout = 0