diff options
Diffstat (limited to '.config/dunst/dunstrc')
| -rw-r--r-- | .config/dunst/dunstrc | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 8982176..13253e8 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -34,11 +34,11 @@      # width = 350      # height = 300      # origin = top-left -    # offset = 40x40 +    offset = 20x50 -    width = 700 -    height = 300 -    origin = top-center +    width = 300 +    height = 400 +    origin = top-right      # Turn on the progess bar      progress_bar = false @@ -251,7 +251,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 = 10 +    corner_radius = 0      # Ignore the dbus closeNotification message.      # Useful to enforce the timeout set by dunst configuration. Without this  |