diff --git a/src/dunst.c b/src/dunst.c index 18c306f..f4e6349 100644 --- a/src/dunst.c +++ b/src/dunst.c @@ -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);