summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-14 12:05:52 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-14 12:05:52 -0400
commitc9e1bdfa32c346f96651bb06ca97a6de18d483a3 (patch)
tree17f85693145dc6fa428ded008dd15885c09c7c9b
parent6b1c6de10806ce3dd91e56dcdc450933507a6180 (diff)
mess with dunst
-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...