summaryrefslogtreecommitdiff
path: root/dotfiles/system/.config/dunst/dunstrc
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-05-26 14:15:40 -0500
committerCraig Jennings <c@cjennings.net>2025-05-26 14:15:40 -0500
commitcdad21b21de5d8d1c66d79b320f69254412b6ad0 (patch)
treecce7705c53b239d8822c249064d766f995a12d96 /dotfiles/system/.config/dunst/dunstrc
parent575a4406299bbb1b639163e08fc145b99462d533 (diff)
word wrap messages, default title should be "Message" not "Dunst"
Diffstat (limited to 'dotfiles/system/.config/dunst/dunstrc')
-rw-r--r--dotfiles/system/.config/dunst/dunstrc7
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