diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2020-12-04 12:31:47 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2020-12-04 12:31:47 +0000 |
| commit | 26727497621b08dc97a4b7aaa7e27a58aa6ea0e4 (patch) | |
| tree | 1c80bfd8557a93dbd95455fc083de1dd99e6b769 | |
| parent | a24db19604fa25f844b73de1a65ca2fed77489f1 (diff) | |
Make dunst notifications larger
| -rw-r--r-- | .config/dunst/dunstrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 2fda75d..c5bfd17 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -9,7 +9,7 @@ font = DejaVuSansMono Nerd Font Mono 11 format = "<b>%s</b>\n%b" frame_color = "#8EC07C" frame_width = 3 -geometry = "300x50-15+49" +geometry = "500x50-11+30" hide_duplicates_count = yes history_length = 15 horizontal_padding = 6 |
