all repos — nixfiles @ b3661c657e9c5f1d3ba769988c9a0be94a689a39

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

dunst: show newlines

Alan Pearce
commit

b3661c657e9c5f1d3ba769988c9a0be94a689a39

parent

6e941e28f63f96962ac8e440394c0277413dcd65

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M user/modules/dunst.nixuser/modules/dunst.nix
@@ -15,6 +15,9 @@ separator_height = 2;
padding = 8; horizontal_padding = 8; + word_wrap = "yes"; + ignore_newline = "no"; + separator_color = "frame"; }; frame = {