From 23c6093c36af67989b806c4c742a49fb1161c36d Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 22 Jun 2021 19:47:53 +0200 Subject: [PATCH] home: wm: dunst: add line wrapping Once again, trying to make them actually readable. --- home/wm/dunst.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/wm/dunst.nix b/home/wm/dunst.nix index 60e8604..2c3d2f4 100644 --- a/home/wm/dunst.nix +++ b/home/wm/dunst.nix @@ -21,6 +21,7 @@ in progress_bar = true; # show a progress bar in notification bubbles separator_color = "frame"; # use frame color to separate bubbles sort = true; # sort messages by urgency + word_wrap = true; # Break long lines to make them readable }; urgency_low = {