diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2022-09-03 07:46:41 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2022-09-03 07:46:41 +0000 |
| commit | 70996a90d42991c519e0aca4e7ef744a251a5640 (patch) | |
| tree | b2e72ddabb82df17b9566ac4d2c861b361ab7ec1 /.config | |
| parent | 3ac541344ddf8a055560310dc70b1bc46f9aeb9f (diff) | |
dunst: Add min/max width of notification window
Diffstat (limited to '.config')
| -rw-r--r-- | .config/dunst/dunstrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index de121ff..aa61837 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -30,6 +30,7 @@ corner_radius = 0 stack_duplicates = yes sticky_history = yes transparency = 0 +width = (300, 750) [urgency_low] frame_color = "#89C8FF" |
