Index: src/gui.d
==================================================================
--- src/gui.d
+++ src/gui.d
@@ -22,10 +22,11 @@
 			t.start();
 			this.closing ~= (Form f,CancelEventArgs c){t.stop();};
 		} else {
 			setup_keyhandling(command);
 		}
+		this.startPosition = FormStartPosition.CENTER_SCREEN;
 		Application.run(this);
 	}
 
 	override void on_game_changed(char c, in Game g, bool finished)
 	{