]> git.sur5r.net Git - i3/i3/blobdiff - src/main.c
actively delete _NET_WORKAREA on startup
[i3/i3] / src / main.c
index bc3bb6341a8bafd8367622c42e52f953f22dab0b..aac738831915fc8a003626bfd5f64595373d4d88 100644 (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));