From 31d50d26f26a10e4e21e6d0f937648cca200c877 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 14 May 2019 08:36:32 +0100 Subject: [PATCH] Allow notifications to be wider and shrink --- files/dunst.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/dunst.conf b/files/dunst.conf index 9d47ba3..8b76eb5 100644 --- a/files/dunst.conf +++ b/files/dunst.conf @@ -4,16 +4,16 @@ # Which monitor should the notifications be displayed on. monitor = 0 - follow = keyboard + follow = none - geometry = "400x5+20+20" + geometry = "500x5+20+20" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes # Shrink window if it's smaller than the width. Will be ignored if # width is 0. - shrink = no + shrink = yes # The transparency of the window. Range: [0; 100]. # This option will only work if a compositing window manager is