From 445d305bf86e7dc65c7005392261982bee746f59 Mon Sep 17 00:00:00 2001 From: Jonas Berlin Date: Tue, 3 Dec 2019 20:45:27 +0200 Subject: [PATCH] [ReviewFix] dunstrc: Add min_icon_size --- dunstrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dunstrc b/dunstrc index d8665fe..c9b149e 100644 --- a/dunstrc +++ b/dunstrc @@ -162,6 +162,11 @@ # Align icons left/right/off icon_position = off + # Scale small icons up to this size, set to 0 to disable. Helpful + # for e.g. small files or high-dpi screens. In case of conflict, + # max_icon_size takes precedence over this. + min_icon_size = 0 + # Scale larger icons down to this size, set to 0 to disable max_icon_size = 32