1[global]
2    font = Monospace 8
3    allow_markup = yes
4    format = "<b>%s</b>\n%b"
5    sort = yes
6    indicate_hidden = yes
7    alignment = left
8    show_age_threshold = 60
9    word_wrap = no
10    ignore_newline = yes
11    geometry = "250x0-30+20"
12    transparency = 0
13    idle_threshold = 120
14    monitor = 0
15    follow = mouse
16    sticky_history = yes
17    line_height = 0
18    separator_height = 2
19    padding = 8
20    horizontal_padding = 8
21    separator_color = frame
22    startup_notification = false
23    dmenu = /usr/bin/dmenu -p dunst
24    browser = /usr/bin/firefox -new-tab
25
26[frame]
27    width = 3
28    color = "#aaaaaa"
29
30[shortcuts]
31    close = ctrl+space
32    close_all = ctrl+shift+space
33    history = ctrl+grave
34    context = ctrl+shift+period
35
36[urgency_low]
37    background = "#222222"
38    foreground = "#888888"
39    timeout = 10
40
41[urgency_normal]
42    background = "#285577"
43    foreground = "#ffffff"
44    timeout = 10
45
46[urgency_critical]
47    background = "#900000"
48    foreground = "#ffffff"
49    timeout = 0
50