actively delete _NET_WORKAREA on startup

fixes #1038
This commit is contained in:
Michael Stapelberg
2013-07-13 12:24:15 +02:00
parent 1f8a860744
commit eec80838ab
5 changed files with 98 additions and 54 deletions

View File

@ -729,6 +729,7 @@ int main(int argc, char *argv[]) {
/* Set up i3 specific atoms like I3_SOCKET_PATH and I3_CONFIG_PATH */
x_set_i3_atoms();
ewmh_update_workarea();
struct ev_io *xcb_watcher = scalloc(sizeof(struct ev_io));
struct ev_io *xkb = scalloc(sizeof(struct ev_io));