diff options
Diffstat (limited to '.config/dunst')
| -rwxr-xr-x | .config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 60a12e6..ab11296 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -24,7 +24,7 @@ # dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 - width = 300 + width = (0, 300) # The maximum height of a single notification, excluding the frame. height = 300 @@ -118,7 +118,7 @@ ### Text ### - font = Monospace 8 + font = Monospace 10 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. |
