aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst/base
blob: 3900cbb64fc4823bb4e9a5053e6e036b91859776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[global]
monitor = 0
follow = none
height = 100
width = 300
origin = top-right
offset = 22x42
indicate_hidden = yes
shrink = no
transparency = 0
separator_height = 2
padding = 12
horizontal_padding = 12
frame_width = 2
separator_color = frame
sort = yes
idle_threshold = 10
font = Inter 9
line_height = 0
markup = full
format = "<b>%s</b>\n%b"
alignment = left
vertical_alignment = top
show_age_threshold = 60
word_wrap = yes
ellipsize = middle
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
icon_position = left
min_icon_size = 0
max_icon_size = 48
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
sticky_history = yes
history_length = 20
browser = /usr/bin/firefox -new-tab
always_run_script = true
title = dunst
class = dunst
corner_radius = 10
ignore_dbusclose = false
force_xinerama = false
mouse_left_click = do_action
mouse_middle_click = close_all
mouse_right_click = close_current

# vim: ft=cfg