]> git.sur5r.net Git - i3/i3/blobdiff - src/manage.c
Add con_move_to_output_name function
[i3/i3] / src / manage.c
index f155603d4f9a390e515f90496f4456eb4c039873..8087d563faf264ce2f0d6b3722d31bbd84c21ec6 100644 (file)
@@ -384,7 +384,7 @@ void manage_window(xcb_window_t window, xcb_get_window_attributes_cookie_t cooki
              * needed e.g. for LibreOffice Impress multi-monitor
              * presentations to work out of the box. */
             if (output != NULL)
-                con_move_to_output(nc, output);
+                con_move_to_output(nc, output, false);
             con_toggle_fullscreen(nc, CF_OUTPUT);
         }
         fs = NULL;