summaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r--.config/dunst/dunstrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index fc93a12..cf99d48 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -12,8 +12,8 @@
# %p progress value if set ([ 0%] to [100%]) or nothing
# Message format
- format = "<b>%s</b>\n%b"
- allow_markup = yes
+ markup = full # full:render-html strip:strip-html no:plaintext
+ format = "%a: <b>%s</b>\n%b"
ignore_newline = no
# Message word-wrap/scroll
word_wrap = yes # Split lines...