Quellcode durchsuchen

Update dunstrc for newer version

Alois Mahdal vor 5 Jahren
Ursprung
Commit
3eebd52771
1 geänderte Dateien mit 3 neuen und 5 gelöschten Zeilen
  1. 3
    5
      dotfiles/config/dunst/dunstrc

+ 3
- 5
dotfiles/config/dunst/dunstrc Datei anzeigen

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