diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-14 12:05:52 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-14 12:18:14 -0400 |
commit | a81ce01980e988e7c1a1b85930cc110531eb6416 (patch) | |
tree | a1a6fbe9593d78d9c1b5471d4e8c111a5f49b378 /.config | |
parent | e55db81b33c96ea9893fe5e39fce1a634de59d28 (diff) |
mess with dunst
Diffstat (limited to '.config')
-rw-r--r-- | .config/dunst/dunstrc | 4 |
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... |