From 7d1d0e6487e26a403ba2a7fd8e826761bc09516b Mon Sep 17 00:00:00 2001 From: workflow <4farlion@gmail.com> Date: Tue, 30 Jan 2024 17:17:02 +0000 Subject: [PATCH] feat(dunst): wrap longer msgs to make them visible --- home/dunst.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dunst.nix b/home/dunst.nix index cb0d7208..02151d31 100644 --- a/home/dunst.nix +++ b/home/dunst.nix @@ -158,7 +158,7 @@ in # Split notifications into multiple lines if they don't fit into # geometry. - word_wrap = false; + word_wrap = true; }; urgency_critical = {