diff options
author | xengineering <me@xengineering.eu> | 2024-12-20 20:56:43 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-12-20 20:57:59 +0100 |
commit | 0f1ee1d8c73431077e461c661a850d76e0f6cb00 (patch) | |
tree | bd4b084c08dcd5ced14fa1c3cfd098a78ac9dbf9 /dunst/dunstrc | |
parent | 585ed127ca85925d8f16560d75c87b2a2a8a94a0 (diff) | |
download | dotfiles-0f1ee1d8c73431077e461c661a850d76e0f6cb00.tar dotfiles-0f1ee1d8c73431077e461c661a850d76e0f6cb00.tar.zst dotfiles-0f1ee1d8c73431077e461c661a850d76e0f6cb00.zip |
dunst: Re-add customizations
The default design is slightly ugly.
Diffstat (limited to 'dunst/dunstrc')
-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. |