From 595155244a6a1c6100c33e7a313b964c7df4eda9 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Wed, 24 Nov 2021 15:52:58 +0100 Subject: [PATCH] Word wrap notifications --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 1696570..6dbc9dd 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -119,7 +119,7 @@ # Split notifications into multiple lines if they don't fit into # geometry. - word_wrap = no + word_wrap = true # When word_wrap is set to no, specify where to ellipsize long lines. # Possible values are "start", "middle" and "end".