Make startup notification timeout in 10 seconds
This commit is contained in:
parent
01197584ae
commit
2d7dc6fbc5
@ -316,7 +316,7 @@ int dunst_main(int argc, char *argv[])
|
|||||||
n->summary = g_strdup("startup");
|
n->summary = g_strdup("startup");
|
||||||
n->body = g_strdup("dunst is up and running");
|
n->body = g_strdup("dunst is up and running");
|
||||||
n->progress = 0;
|
n->progress = 0;
|
||||||
n->timeout = 10;
|
n->timeout = 10 * G_USEC_PER_SEC;
|
||||||
n->markup = MARKUP_NO;
|
n->markup = MARKUP_NO;
|
||||||
n->urgency = LOW;
|
n->urgency = LOW;
|
||||||
notification_init(n, 0);
|
notification_init(n, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user