[PR #7873] 7124: Add focus and maximizedFocus launch modes #27014

Open
opened 2026-01-31 09:19:29 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/7873

State: closed
Merged: Yes


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

**Original Pull Request:** https://github.com/microsoft/terminal/pull/7873 **State:** closed **Merged:** Yes --- 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
claunia added the pull-request label 2026-01-31 09:19:29 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27014