diff options
-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 = { |