diff options
Diffstat (limited to 'dotfiles')
| -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 | 
