diff options
author | Alan Pearce | 2019-10-04 11:09:53 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-04 11:09:53 +0200 |
commit | b3661c657e9c5f1d3ba769988c9a0be94a689a39 (patch) | |
tree | eee98bc2d6c7cac2a51c133562040ec03268cc32 | |
parent | 6e941e28f63f96962ac8e440394c0277413dcd65 (diff) | |
download | nixfiles-b3661c657e9c5f1d3ba769988c9a0be94a689a39.tar.lz nixfiles-b3661c657e9c5f1d3ba769988c9a0be94a689a39.tar.zst nixfiles-b3661c657e9c5f1d3ba769988c9a0be94a689a39.zip |
dunst: show newlines
-rw-r--r-- | user/modules/dunst.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 = { |