diff --git a/home/dunst/.config/dunst/dunstrc b/home/dunst/.config/dunst/dunstrc index 4b6aa36..b385155 100644 --- a/home/dunst/.config/dunst/dunstrc +++ b/home/dunst/.config/dunst/dunstrc @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # 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). indicate_hidden = yes @@ -139,7 +139,7 @@ # Split notifications into multiple lines if they don't fit into # geometry. - word_wrap = no + word_wrap = yes # When word_wrap is set to no, specify where to make an ellipsis in long lines. # Possible values are "start", "middle" and "end". @@ -212,7 +212,7 @@ # corners. # The radius will be automatically lowered if it exceeds half of the # notification height to avoid clipping text and/or icons. - corner_radius = 0 + corner_radius = 5 ### Legacy