flyingpie / windows-terminal-quake

Turn any app into a Quake-style toggleable app.
https://wtq.flyingpie.nl
MIT License
547 stars 35 forks source link

ToggleMode - Initial #115

Closed flyingpie closed 1 year ago

flyingpie commented 1 year ago

Maintain the original size of the terminal, without resizing to eg. horizontal coverage.

The mode looks for the last known position & size of the terminal (when visible), and keeps that as the target. If the terminal window is manually moved or resized, those changes will become the new target for moving to.

Ignores the "*coverage" and preferred monitor settings.

As suggested by mkanet in #114