initialize variables for startup notification
This commit is contained in:
parent
ee8ccb18c7
commit
0689d6643c
2
dunst.c
2
dunst.c
@ -1878,6 +1878,8 @@ int main(int argc, char *argv[])
|
|||||||
n->appname = "dunst";
|
n->appname = "dunst";
|
||||||
n->summary = "startup";
|
n->summary = "startup";
|
||||||
n->body = "dunst is up and running";
|
n->body = "dunst is up and running";
|
||||||
|
n->progress = 0;
|
||||||
|
n->timeout = 10;
|
||||||
n->urgency = LOW;
|
n->urgency = LOW;
|
||||||
n->icon = NULL;
|
n->icon = NULL;
|
||||||
n->msg = NULL;
|
n->msg = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user