update dunst config

This commit is contained in:
horhik 2021-06-09 22:14:33 +03:00
parent 5ac25aaec4
commit 5647b59fa9
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
# the top and down respectively. # the top and down respectively.
# The width can be negative. In this case the actual width is the # The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option. # screen width minus the width defined in within the geometry option.
geometry = "350x5-785+40" geometry = "450x5-735+40"
# Show how many messages are currently hidden (because of geometry). # Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes indicate_hidden = yes
@ -139,7 +139,7 @@
# Split notifications into multiple lines if they don't fit into # Split notifications into multiple lines if they don't fit into
# geometry. # geometry.
word_wrap = no word_wrap = yes
# When word_wrap is set to no, specify where to make an ellipsis in long lines. # When word_wrap is set to no, specify where to make an ellipsis in long lines.
# Possible values are "start", "middle" and "end". # Possible values are "start", "middle" and "end".
@ -212,7 +212,7 @@
# corners. # corners.
# The radius will be automatically lowered if it exceeds half of the # The radius will be automatically lowered if it exceeds half of the
# notification height to avoid clipping text and/or icons. # notification height to avoid clipping text and/or icons.
corner_radius = 0 corner_radius = 5
### Legacy ### Legacy