diff options
author | Alan Pearce | 2019-10-21 14:01:45 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-21 14:03:05 +0200 |
commit | 62f1595bd8723b4b4a8b11fc67d9401fb4e59264 (patch) | |
tree | d282a77f5211aaac2f4a6436c4545cdf1936006d /user/settings | |
parent | 9474958fef3223bb634407fcf6f29c82da10b530 (diff) | |
download | nixfiles-62f1595bd8723b4b4a8b11fc67d9401fb4e59264.tar.lz nixfiles-62f1595bd8723b4b4a8b11fc67d9401fb4e59264.tar.zst nixfiles-62f1595bd8723b4b4a8b11fc67d9401fb4e59264.zip |
dunst: fix format option
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/dunst.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/dunst.nix b/user/settings/dunst.nix index 6d74b51b..8c3189fb 100644 --- a/user/settings/dunst.nix +++ b/user/settings/dunst.nix @@ -19,7 +19,7 @@ indicate_hidden = "no"; allow_markup = "yes"; - format = "<b>%s</b>\n%b"; + format = "<b>%s</b>\\n%b"; word_wrap = "yes"; ignore_newline = "no"; |