i3bar: LOG version on startup

This commit is contained in:
Orestis Floros 2021-01-15 23:28:33 +01:00
parent 9c7616cc98
commit 6668d03157
No known key found for this signature in database
GPG Key ID: A09DBD7D3222C1C3

View File

@ -133,6 +133,8 @@ int main(int argc, char **argv) {
}
}
LOG("i3bar version " I3_VERSION "\n");
main_loop = ev_default_loop(0); /* needed in init_xcb_early */
char *atom_sock_path = init_xcb_early();