diff --git a/dunst/.config/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/.config/dunst/dunstrc
new file mode 100644
index 0000000000000000000000000000000000000000..52f5ddadd0d74bceef2bd390ee026dc5cc931ec5
--- /dev/null
+++ b/dunst/.config/dunst/.config/dunst/dunstrc
@@ -0,0 +1,69 @@
+[global]
+ monitor = 0
+ follow = mouse
+ geometry = "0x0-9+29"
+ progress_bar = true
+ progress_bar_height = 10
+ progress_bar_frame_width = 1
+ progress_bar_min_width = 150
+ progress_bar_max_width = 300
+ indicate_hidden = yes
+ shrink = no
+ transparency = 0
+ notification_height = 0
+ separator_height = 0
+ padding = 8
+ horizontal_padding = 8
+ frame_width = 3
+ frame_color = "#222222"
+ sort = yes
+ idle_threshold = 120
+ font = Hack 10
+ line_height = 0
+ markup = full
+ format = "<b>%s</b>\n%b"
+ alignment = left
+ vertical_alignment = center
+ show_age_threshold = 60
+ word_wrap = yes
+ ignore_newline = no
+ stack_duplicates = true
+ hide_duplicate_count = false
+ show_indicators = false
+ icon_position = left
+ min_icon_size = 0
+ max_icon_size = 48
+ icon_path = /usr/share/icons/hicolor/48x48/apps/:/usr/share/icons/elementary/devices/48/:/usr/share/icons/elementary/status/48/
+ sticky_history = yes
+ history_length = 20
+ dmenu = /usr/bin/dmenu -p dunst:
+ browser = /usr/bin/qutebrowser
+ always_run_script = true
+ title = Dunst
+ class = Dunst
+ startup_notification = false
+ verbosity = mesg
+ corner_radius = 0
+ ignore_dbusclose = false
+ force_xinerama = false
+ mouse_left_click = close_current
+ mouse_middle_click = do_action, close_current
+ mouse_right_click = close_all
+[experimental]
+ per_monitor_dpi = false
+[shortcuts]
+ close_all = ctrl+space
+ history = ctrl+h
+[urgency_low]
+ background = "#222222"
+ foreground = "#bbbbbb"
+ timeout = 5
+[urgency_normal]
+ background = "#222222"
+ foreground = "#bbbbbb"
+ timeout = 5
+[urgency_critical]
+ background = "#900000"
+ foreground = "#ffffff"
+ frame_color = "#ff0000"
+ timeout = 0
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
new file mode 100644
index 0000000000000000000000000000000000000000..e07cd112510c2cbd13ce982f0af9d41e43122d56
--- /dev/null
+++ b/dunst/.config/dunst/dunstrc
@@ -0,0 +1,65 @@
+[global]
+ monitor = 0
+ follow = mouse
+ geometry = "0x0-9+29"
+ progress_bar = true
+ progress_bar_height = 10
+ progress_bar_frame_width = 1
+ progress_bar_min_width = 150
+ progress_bar_max_width = 300
+ indicate_hidden = yes
+ shrink = no
+ notification_height = 0
+ separator_height = 0
+ padding = 8
+ horizontal_padding = 8
+ frame_width = 3
+ frame_color = "#222222"
+ sort = yes
+ idle_threshold = 120
+ font = Hack 10
+ line_height = 0
+ markup = full
+ format = "<b>%s</b>\n%b"
+ alignment = left
+ vertical_alignment = center
+ show_age_threshold = 60
+ word_wrap = yes
+ ignore_newline = no
+ stack_duplicates = true
+ hide_duplicate_count = false
+ show_indicators = false
+ icon_position = left
+ min_icon_size = 0
+ max_icon_size = 48
+ icon_path = /usr/share/icons/hicolor/48x48/apps/:/usr/share/icons/elementary/devices/48/:/usr/share/icons/elementary/status/48/
+ sticky_history = yes
+ history_length = 20
+ dmenu = /usr/bin/dmenu -p dunst:
+ browser = /usr/bin/qutebrowser
+ always_run_script = true
+ title = Dunst
+ class = Dunst
+ startup_notification = false
+ verbosity = mesg
+ corner_radius = 0
+ ignore_dbusclose = false
+ force_xinerama = false
+ mouse_left_click = close_current
+ mouse_middle_click = do_action, close_current
+ mouse_right_click = close_all
+[experimental]
+ per_monitor_dpi = false
+[urgency_low]
+ background = "#222222"
+ foreground = "#ffffff"
+ timeout = 5
+[urgency_normal]
+ background = "#222222"
+ foreground = "#ffffff"
+ timeout = 5
+[urgency_critical]
+ background = "#900000"
+ foreground = "#ffffff"
+ frame_color = "#ff0000"
+ timeout = 5