Make startup notification timeout in 10 seconds

This commit is contained in:
Benedikt Heine 2017-10-11 16:55:28 +02:00
parent 01197584ae
commit 2d7dc6fbc5

View File

@ -316,7 +316,7 @@ int dunst_main(int argc, char *argv[])
n->summary = g_strdup("startup");
n->body = g_strdup("dunst is up and running");
n->progress = 0;
n->timeout = 10;
n->timeout = 10 * G_USEC_PER_SEC;
n->markup = MARKUP_NO;
n->urgency = LOW;
notification_init(n, 0);