diff options
| author | Blista Kanjo | 2022-10-16 04:25:47 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-10-16 04:25:47 -0400 |
| commit | 919b972b41bd2e99f5c2c086eba7b59cfb889b8b (patch) | |
| tree | 93dddc513c59db10a8b0b57f59cf9128a4b82e17 /.config | |
| parent | d202378dbde126e816bbd511bb6a5d06db27f5a8 (diff) | |
refactor: decreased max height and width of notification
Diffstat (limited to '.config')
| -rw-r--r-- | .config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index a4dc57a..17eba99 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -27,10 +27,10 @@ # dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 - width = (0, 700) + width = (0, 600) # The maximum height of a single notification, excluding the frame. - height = 500 + height = 400 # Position the notification in the top right corner origin = top-right |
