Retain last screen location, size, etc. & restore on startup #8998

Closed
opened 2026-01-31 01:43:20 +00:00 by claunia · 2 comments
Owner

Originally created by @mws-rmain on GitHub (Jun 12, 2020).

Description of the new feature/enhancement

The terminal window appears in a default location & default size when it starts. If the window is resized &/or re-positioned then closed. It returns to the same default location & size when it is restarted.

Proposed technical implementation details (optional)

The terminal should remember it's last location on the desktop (NOTE: this should INCLUDE which screen in case the PC has more than one), and it's size. The location & size should be restored when the terminal app is re-started.

Using the existing syntax, implement option:
"initialPosition": last
to remember & restore last positon (Note that 'last' in this context would also remember the 'screen' in case of multiple screens).

Implement option:
"initialSize": last
to remember & restore last size. Note that this could be extended to replace the "initialRows" and "initialCols" options with the syntax:
"initialSize": ,

Originally created by @mws-rmain on GitHub (Jun 12, 2020). # Description of the new feature/enhancement The terminal window appears in a default location & default size when it starts. If the window is resized &/or re-positioned then closed. It returns to the same default location & size when it is restarted. # Proposed technical implementation details (optional) The terminal should remember it's last location on the desktop (NOTE: this should INCLUDE which screen in case the PC has more than one), and it's size. The location & size should be restored when the terminal app is re-started. Using the existing syntax, implement option: "initialPosition": last to remember & restore last positon (Note that 'last' in this context would also remember the 'screen' in case of multiple screens). Implement option: "initialSize": last to remember & restore last size. Note that this could be extended to replace the "initialRows" and "initialCols" options with the syntax: "initialSize": <rows>,<cols>
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 01:43:20 +00:00
Author
Owner

@DHowett commented on GitHub (Jun 12, 2020):

Thanks for the request! We're going to solve this holistically with /dup #766

@DHowett commented on GitHub (Jun 12, 2020): Thanks for the request! We're going to solve this holistically with /dup #766
Author
Owner

@ghost commented on GitHub (Jun 12, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Jun 12, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8998