-
Notifications
You must be signed in to change notification settings - Fork 9.2k
SUI: Add settings for initalPosition, centerOnLaunch #9075
Copy link
Copy link
Closed
Labels
Area-SettingsUIAnything specific to the SUIAnything specific to the SUIIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Metadata
Metadata
Assignees
Labels
Area-SettingsUIAnything specific to the SUIAnything specific to the SUIIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Basically the title.
initialPositionis a weird setting because there's an x and y component, and that has to become a string likex, y.Center on launch is also weird, because it doesn't disable other settings, it just has weird interactions with
launchMode, specifically any of the modes where the terminal is maximized.See also: #6800, #9036