aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
blob: 614c0b824a67b22da58338e3c01d8cc4191d6db4 (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
49
50
[global]
  font = Sans 8
  markup = full
  format = "<b>%s</b>\n%b"
  alignment = left
  bounce_freq = 0
  follow = mouse
  frame_color = "#000000"
  frame_width = 3
  geometry = "250x5-5+35"
  history_length = 20
  horizontal_padding = 8
  icon_position = off
  idle_threshold = 120
  ignore_newline = no
  indicate_hidden = yes
  line_height = 0
  monitor = 0
  padding = 8
  separator_color = frame
  separator_height = 2
  show_age_threshold = 60
  show_indicators = yes
  shrink = yes
  sort = yes
  startup_notification = false
  sticky_history = yes
  transparency = 0
  word_wrap = yes

[shortcuts]
  close = ctrl+space
  close_all = ctrl+shift+space
  history = ctrl+grave
  context = ctrl+shift+period

[urgency_low]
  background = "#000000"
  foreground = "#ffffff"
  timeout = 3

[urgency_normal]
  background = "#000000"
  foreground = "#ffffff"
  timeout = 5

[urgency_critical]
  background = "#FF0000"
  foreground = "#000000"
  timeout = 0