diff options
-rw-r--r-- | dunst/dunstrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dunst/dunstrc b/dunst/dunstrc index 7903ff8..2159daf 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -17,7 +17,7 @@ # # If this option is set to mouse or keyboard, the monitor option # will be ignored. - follow = none + follow = mouse ### Geometry ### @@ -108,7 +108,7 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 3 + frame_width = 2 # Defines color of the frame around the notification window. frame_color = "#aaaaaa" @@ -271,7 +271,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 # Define which corners to round when drawing the window. If the corner radius # is set to 0 this option will be ignored. |