diff options
author | Jan Krautmacher <jan.krautmacher@indurad.com> | 2025-09-25 07:19:28 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-09-25 07:35:06 +0200 |
commit | 754fe43f482b7fe41a52f84074e8ee5b1083d21a (patch) | |
tree | 433217e1e14f5ec513917187f0aa416d0d9a1a29 /dunst/dunstrc | |
parent | 66575c69f30041c0646ae472356c1c80beab1d24 (diff) | |
download | dotfiles-754fe43f482b7fe41a52f84074e8ee5b1083d21a.tar dotfiles-754fe43f482b7fe41a52f84074e8ee5b1083d21a.tar.zst dotfiles-754fe43f482b7fe41a52f84074e8ee5b1083d21a.zip |
dunst: Set max_icon_size = 32
I do not want huge images on my screen all the time.
Diffstat (limited to 'dunst/dunstrc')
-rw-r--r-- | dunst/dunstrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dunst/dunstrc b/dunst/dunstrc index 2159daf..555e4b6 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -235,7 +235,7 @@ min_icon_size = 32 # Scale larger icons down to this size, set to 0 to disable - max_icon_size = 128 + max_icon_size = 32 # Paths to default icons (only necessary when not using recursive icon lookup) icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ |