From 238e5ff8c408f605b205dce40107efce31050a44 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 25 Jul 2019 17:05:14 +0200 Subject: [PATCH] Dunst: Limit max icon size to 64 (WhatsApp is the culprit) --- .config/dunst/dunstrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index c6569fa..f930236 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -51,6 +51,7 @@ # Ignore newlines '\n' in notifications. ignore_newline = no + max_icon_size = 64 # The geometry of the window: # [{width}]x{height}[+/-{x}+/-{y}]