Prevent views from starting in fullscreen

This commit is contained in:
ARDiDo 2022-01-05 17:02:58 -05:00
parent 3c92cc4dd0
commit dc203a28e9
2 changed files with 2 additions and 0 deletions

View file

@ -269,6 +269,7 @@ map(struct view *view)
if (!view->been_mapped) {
view_maximize(view, false);
view_set_fullscreen(view, false, NULL);
foreign_toplevel_handle_create(view);