diff options
| author | Craig Jennings <c@cjennings.net> | 2025-05-26 14:15:40 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-05-26 14:15:40 -0500 |
| commit | cdad21b21de5d8d1c66d79b320f69254412b6ad0 (patch) | |
| tree | cce7705c53b239d8822c249064d766f995a12d96 | |
| parent | 575a4406299bbb1b639163e08fc145b99462d533 (diff) | |
word wrap messages, default title should be "Message" not "Dunst"
| -rw-r--r-- | dotfiles/system/.config/dunst/dunstrc | 7 |
1 files 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 |
