birde

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b50cacd4ed0b35af75beee163ed5766c25d21132
parent 9fea86e4a7f24e4bea417383e48fe2e02adf56dc
Author: mrgrouse <mrgrouse@mrgrouse.com>
Date:   Sun,  1 Sep 2024 00:04:42 -0400

config.def.h: decrease wait time for notification close

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -14,7 +14,7 @@ static unsigned int pos_y = 60; enum corners { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT }; enum corners corner = TOP_RIGHT; -static unsigned int duration = 5; /* in seconds */ +static unsigned int duration = 3; /* in seconds */ #define DISMISS_BUTTON Button1 #define ACTION_BUTTON Button3