Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for centerOnLaunch #246

Merged
merged 2 commits into from
Feb 23, 2021
Merged

Conversation

zadjii-msft
Copy link
Contributor

See microsoft/terminal#9036

Center on launch

When set to true, the terminal window will auto-center itself on the display it opens on. The terminal will use the "initialPosition" to determine which display to open on.

This interacts with the other launch settings in the following ways:

  • "initialPos": x,y, "centerOnLaunch": true, "launchMode": "default": center on the monitor that x,y is on.
  • "initialPos": x,y, "centerOnLaunch": true, "launchMode": "maximized": maximized on the monitor that x,y is on (centerOnLaunch adds nothing).
  • "initialPos": <omitted>, "centerOnLaunch": true, "launchMode": "default": center on the default monitor.
  • "initialPos": <omitted>, "centerOnLaunch": true, "launchMode": "focus": center and enter focus mode on the default monitor.
  • "initialPos": <omitted>, "centerOnLaunch": true, "launchMode": "maximized": maximized on the default monitor (centerOnLaunch adds nothing).

Property name: centerOnLaunch

Necessity: Optional

Accepts: true, false

Default value: false

@opbld30
Copy link

opbld30 commented Feb 8, 2021

Docs Build status updates of commit a65dcdc:

✅ Validation status: passed

File Status Preview URL Details
TerminalDocs/customize-settings/startup.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@cinnamon-msft cinnamon-msft changed the base branch from master to release-1.7 February 23, 2021 22:47
@cinnamon-msft cinnamon-msft merged commit 3bca353 into release-1.7 Feb 23, 2021
@cinnamon-msft cinnamon-msft deleted the dev/migrie/centerOnLaunch branch February 23, 2021 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants