瀏覽代碼

Update dunstrc for newer version

Alois Mahdal 7 年之前
父節點
當前提交
3eebd52771
共有 1 個檔案被更改,包括 3 行新增5 行删除
  1. 3
    5
      dotfiles/config/dunst/dunstrc

+ 3
- 5
dotfiles/config/dunst/dunstrc 查看文件

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