diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
new file mode 100644
index 0000000..8bcfef0
--- /dev/null
+++ b/.config/dunst/dunstrc
@@ -0,0 +1,84 @@
+# See dunst(5) for all configuration options
+
+[global]
+ monitor = 0
+ follow = mouse
+ width = 400
+ height = (0,400)
+ origin = top-right
+ offset = (15,15)
+ scale = 0
+ notification_limit = 0
+ progress_bar = true
+ progress_bar_height = 10
+ progress_bar_frame_width = 1
+ progress_bar_min_width = 150
+ progress_bar_max_width = 400
+ indicate_hidden = yes
+ transparency = 15
+ separator_height = 1
+ padding = 8
+ horizontal_padding = 10
+ text_icon_padding = 0
+ frame_width = 1
+ frame_color = "#44475a"
+ highlight = "#50fa7b"
+ separator_color = frame
+ sort = yes
+ idle_threshold = 120
+ line_height = 0
+ font = Droid Sans Regular 12
+ markup = full
+ format = "%s \n%b"
+ alignment = left
+ vertical_alignment = center
+ show_age_threshold = 60
+ ellipsize = middle
+ ignore_newline = no
+ stack_duplicates = true
+ hide_duplicate_count = false
+ show_indicators = yes
+ icon_position = left
+ min_icon_size = 64
+ max_icon_size = 64
+ icon_path = /usr/share/icons/Papirus-Dark/16x16/status/:/usr/share/icons/Papirus-Dark/16x16/devices
+ sticky_history = yes
+ history_length = 20
+ dmenu = /usr/bin/rofi -dmenu -p dunst:
+ browser = /usr/bin/firefox -new-tab
+ always_run_script = true
+ title = Dunst
+ class = Dunst
+ corner_radius = 6
+ ignore_dbusclose = false
+ force_xwayland = false
+ force_xinerama = false
+ mouse_middle_click = close_current
+ mouse_left_click = do_action, close_current
+ mouse_right_click = close_all
+
+[experimental]
+ per_monitor_dpi = false
+
+[urgency_low]
+ background = "#282a36"
+ foreground = "#6272a4"
+ timeout = 10
+
+[urgency_normal]
+ background = "#282a36"
+ foreground = "#bd93f9"
+ timeout = 10
+
+[urgency_critical]
+ background = "#ff5555"
+ foreground = "#f8f8f2"
+ frame_color = "#ff5555"
+ timeout = 0
+
+[fullscreen_delay_everything]
+ fullscreen = delay
+
+[fullscreen_show_critical]
+ msg_urgency = critical
+ fullscreen = show