@ -491,7 +491,7 @@ void view_initial_focus(struct roots_view *view) {
void view_setup(struct roots_view *view) {
view_initial_focus(view);
if (view->fullscreen_output == NULL) {
if (view->fullscreen_output == NULL && !view->maximized) {
view_center(view);
}