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

Focus mode on app startup/launch #7124

Closed
SivanagBalla opened this issue Jul 30, 2020 · 2 comments · Fixed by #7873
Closed

Focus mode on app startup/launch #7124

SivanagBalla opened this issue Jul 30, 2020 · 2 comments · Fixed by #7873
Labels
Area-Settings Issues related to settings and customizability, for console or terminal good first issue This is a fix that might be easier for someone to do as a first contribution Help Wanted We encourage anyone to jump in on these. Issue-Task It's a feature request, but it doesn't really need a major design. Product-Terminal The new Windows Terminal. Resolution-Fix-Committed Fix is checked in, but it might be 3-4 weeks until a release.
Milestone

Comments

@SivanagBalla
Copy link

The latest terminal preview: 1.2.2022.0 has "togglefocusmode" option which is great. Can we have a setting that starts the terminal in this mode by default? I want to have maximized and focused mode when app is launch

Or is this already available? I couldn't find any links/references to this

@SivanagBalla SivanagBalla added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Jul 30, 2020
@ghost ghost added Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Jul 30, 2020
@zadjii-msft
Copy link
Member

Oh, that's a really good idea

@zadjii-msft zadjii-msft added Area-Settings Issues related to settings and customizability, for console or terminal good first issue This is a fix that might be easier for someone to do as a first contribution Issue-Task It's a feature request, but it doesn't really need a major design. Product-Terminal The new Windows Terminal. labels Jul 30, 2020
@ghost ghost removed the Needs-Tag-Fix Doesn't match tag requirements label Jul 30, 2020
@zadjii-msft zadjii-msft added Needs-Tag-Fix Doesn't match tag requirements and removed Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. labels Jul 30, 2020
@ghost ghost removed the Needs-Tag-Fix Doesn't match tag requirements label Jul 30, 2020
@zadjii-msft zadjii-msft added this to the Terminal v2.0 milestone Jul 30, 2020
@zadjii-msft zadjii-msft added the Help Wanted We encourage anyone to jump in on these. label Jul 30, 2020
@DHowett DHowett removed the Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting label Jul 31, 2020
@ghost ghost added the In-PR This issue has a related PR label Oct 9, 2020
@ghost ghost closed this as completed in #7873 Oct 14, 2020
@ghost ghost added Resolution-Fix-Committed Fix is checked in, but it might be 3-4 weeks until a release. and removed In-PR This issue has a related PR labels Oct 14, 2020
ghost pushed a commit that referenced this issue Oct 14, 2020
This commit introduces two new launch modes: focus and maximizedFocus. 
* Focused mode, behaves like a default mode, but with the Focus Mode
  enabled.
* Maximized focused mode, behaves like a Maximized mode, but with the
  Focus Mode enabled.

There two ways to invoke these new modes:
* In the settings file: you set the "launchMode" to either "focus" or
  "maximizedFocus"
* In the command line options, you can path -f / --focus, which is
  mutually exclusive with the --fullscreen, but can be combined with the
  --maximized:
  * Passing -f / --focus will launch the terminal in the "focus" mode
  * Passing -fM / --focus --maximized will launch the terminal in the
    "maximizedFocus" mode

This should resolve a relevant part in the command line arguments
mega-thread #4632

Closes #7124
Closes #7825
Closes #7875
@ghost
Copy link

ghost commented Nov 11, 2020

🎉This issue was addressed in #7873, which has now been successfully released as Windows Terminal Preview v1.5.3142.0.:tada:

Handy links:

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Settings Issues related to settings and customizability, for console or terminal good first issue This is a fix that might be easier for someone to do as a first contribution Help Wanted We encourage anyone to jump in on these. Issue-Task It's a feature request, but it doesn't really need a major design. Product-Terminal The new Windows Terminal. Resolution-Fix-Committed Fix is checked in, but it might be 3-4 weeks until a release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants