all repos — nixfiles @ 62f1595bd8723b4b4a8b11fc67d9401fb4e59264

System and user configuration, managed by nix and home-manager

dunst: fix format option
Alan Pearce alan@alanpearce.eu
Mon, 21 Oct 2019 14:01:45 +0200
commit

62f1595bd8723b4b4a8b11fc67d9401fb4e59264

parent

9474958fef3223bb634407fcf6f29c82da10b530

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/dunst.nixuser/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";