From b3661c657e9c5f1d3ba769988c9a0be94a689a39 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 4 Oct 2019 11:09:53 +0200 Subject: dunst: show newlines --- user/modules/dunst.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user/modules') diff --git a/user/modules/dunst.nix b/user/modules/dunst.nix index 5c8a46eb..1ee8f90d 100644 --- a/user/modules/dunst.nix +++ b/user/modules/dunst.nix @@ -15,6 +15,9 @@ padding = 8; horizontal_padding = 8; + word_wrap = "yes"; + ignore_newline = "no"; + separator_color = "frame"; }; frame = { -- cgit 1.4.1