From cdad21b21de5d8d1c66d79b320f69254412b6ad0 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 May 2025 14:15:40 -0500 Subject: word wrap messages, default title should be "Message" not "Dunst" --- dotfiles/system/.config/dunst/dunstrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dotfiles/system/.config/dunst/dunstrc b/dotfiles/system/.config/dunst/dunstrc index 5118051..d804fc8 100644 --- a/dotfiles/system/.config/dunst/dunstrc +++ b/dotfiles/system/.config/dunst/dunstrc @@ -54,7 +54,7 @@ # Show age of message if message is older than x seconds show_age_threshold = -1 # Split notifications into multiple lines - word_wrap = no + word_wrap = yes # If message too long, add ellipsize to... ellipsize = middle # Ignore newlines in notifications @@ -67,8 +67,7 @@ show_indicators = no ### Icons ### - - # Disable icons + # icon_position = off ### History ### @@ -85,7 +84,7 @@ # Always run scripts always_run_script = true # Title of notification - title = Dunst + title = Message # Notification class class = Dunst # Print notification on startup -- cgit v1.2.3