From 1e637ea30c22473d8a0eff9ca2e1132606731043 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 30 Sep 2014 01:41:41 +0200 Subject: move NOTIFICATION_TIMEOUT to config.def.h --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 65e7c33..8d7f8ea 100644 --- a/config.def.h +++ b/config.def.h @@ -8,6 +8,9 @@ #ifndef _CONFIG_H #define _CONFIG_H +/* how long to display notifications */ +#define NOTIFICATION_TIMEOUT 10000 + /* name of the icon used for notifications */ #define ICON_SOUND "sound" -- cgit v1.2.3-54-g00ecf