-
Notifications
You must be signed in to change notification settings - Fork 0
/
dunstrc
102 lines (85 loc) · 2.78 KB
/
dunstrc
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[global]
startup_notification = true
# font = "Monospace-10"
# allow a small subset of html markup:
# <b>bold</b>
# <i>italic</i>
# <s>strikethrough<s/>
# <u>underline</u>
# If markup is not allowed, those tags will be stripped out of the message.
allow_markup = yes
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# Markup is allowed
format = "<b>%s %p</b>\n%b"
# geometry [{width}]x{height}][+/-{x}+/-{y}]
# The height is measured in number of notifications everything else in pixels. If the width
# is omitted but the height is given ("-geometry x2"), the message window
# expands over the whole screen (dmenu-like). If width is 0,
# the window expands to the longest message displayed.
# A positive x is measured from the left, a negative from the
# right side of the screen. Y is measured from the top and down respectevly.
# The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option.
geometry = "300x5-30+20"
alignment = center
show_age_threshold = 60
sticky_history = yes
word_wrap = yes
sort = yes
indicate_hidden = yes
ignore_newlines = no
idle_threshold = 120
# notification displayed on monitor following [mouse|keyboard]
# "keyboard" needs a windowmanager that exports the _NET_ACTIVE_WINDOW property.
# follow = mouse # not working with xmonad?
separator_color = frame
separator_height = 2
padding = 5
horizontal_padding = 5
dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/chromium
[separator]
enable = no
[frame]
width = 2
color = "#000000"
[urgency_low]
background = "#ffffff"
foreground = "#000000"
timeout = 30
[urgency_normal]
background = "#94DBFF"
foreground = "#000000"
timeout = 45
[urgency_critical]
background = "#ff9999"
foreground = "#000000"
timeout = 0
[shortcuts]
# shortcuts are specified as [modifier+][modifier+]...key
# modifiers: 'ctrl', 'mod1' (alt), 'mod2', 'mod3' and 'mod4' (windows-key)
# close notification
close = mod4+ctrl+space
# close all notifications
close_all = mod4+ctrl+grave
# redisplay last message(s)
# On the US keyboard layout 'grave' is normally above TAB and left of '1'.
history = mod4+grave
# context menu
context = mod4+shift+period
[weechat]
appname = weechat
timeout = 0
background = "#008000"
foreground = "#000000"
[dropbox]
appname = dropbox
timeout = 0
background = "#FF6347"
foreground = "#000000"