Add con_move_to_output_name function

This commit is contained in:
Orestis Floros
2017-09-16 20:14:35 +03:00
parent d726d09d49
commit e2bacc7df8
4 changed files with 35 additions and 23 deletions

View 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;