From ff4d1cafc8d5b5676aeb65d3aff58c0cc5864ca3 Mon Sep 17 00:00:00 2001 From: finga Date: Fri, 23 Jun 2023 14:49:31 +0200 Subject: [PATCH] dunst: Adapt config for desktop Use different settings for desktop at home. --- .config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index c072b8c..262b011 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,12 +1,12 @@ [global] follow = keyboard - scale = 2 + scale = 1 idle_threshold = 3 - font = Monospace 12 + font = Monospace 10 history_length = 100 corner_radius = 5 ignore_dbusclose = true - timeout = 0 + timeout = 30 background = "#333333" frame_color = "#009900"