Browse Source

Update dunstrc for newer version

Alois Mahdal 5 years ago
parent
commit
3eebd52771
1 changed files with 3 additions and 5 deletions
  1. 3
    5
      dotfiles/config/dunst/dunstrc

+ 3
- 5
dotfiles/config/dunst/dunstrc View File

@@ -1,6 +1,6 @@
1 1
 [global]
2 2
     font = Monospace 8
3
-    allow_markup = yes
3
+    markup = full
4 4
     format = "%a:%p <b>%s</b>\n%b"
5 5
     sort = yes
6 6
     indicate_hidden = yes
@@ -22,10 +22,8 @@
22 22
     startup_notification = true
23 23
     dmenu = /usr/bin/dmenu -p dunst:
24 24
     browser = ub
25
-
26
-[frame]
27
-    width = 3
28
-    color = "#aaaaaa"
25
+    frame_width = 3
26
+    frame_color = "#aaaaaa"
29 27
 
30 28
 [shortcuts]
31 29
     close = ctrl+space