aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 18785c0..42e968d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -14,7 +14,7 @@ static const unsigned int pos_y = 0;
enum corners { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT };
enum corners corner = TOP_RIGHT;
-static const unsigned int duration = 5; /* in seconds */
+static const unsigned int duration = 10; /* in seconds */
#define DISMISS_BUTTON Button1
#define ACTION_BUTTON Button3