summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/dunst.nix2
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";