From 62f1595bd8723b4b4a8b11fc67d9401fb4e59264 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Mon, 21 Oct 2019 14:01:45 +0200
Subject: dunst: fix format option
---
user/settings/dunst.nix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'user/settings')
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 = "%s\n%b";
+ format = "%s\\n%b";
word_wrap = "yes";
ignore_newline = "no";
--
cgit 1.4.1