Dunst
Lightweight notification daemon
Loading...
Searching...
No Matches
main.c
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-3-Clause */
9
10#include "dunst.h"
11
37
38int main(int argc, char *argv[])
39{
40 return dunst_main(argc, argv);
41}
Main event loop logic.