microsoft/Terminal

Exclude Quake window from FancyZones

Open

#10.197 aperta il 26 mag 2021

Vedi su GitHub
 (16 commenti) (1 reazione) (0 assegnatari)C++ (3212 fork)batch import
Area-UserInterfaceArea-WindowingHelp WantedIssue-BugIssue-TaskPriority-3Product-Terminal

Metriche repository

Star
 (35.764 star)
Metriche merge PR
 (Merge medio 27g 19h) (24 PR mergiate in 30 g)

Descrizione

Description of the new feature/enhancement

When I summon quake window while using FancyZones it snaps to the same zone where main terminal window is located.

Started fresh terminal instance:

image

Summoned quake window:

image

To solve this problem I can exclude WindowsTerminal.exe from FancyZones, but this way I won't be able to manage regular terminal windows with FancyZones. It would be better if we could exclude only the quake window, but not the other ones.

Proposed technical implementation details

As I understand, FancyZones uses application executable name for its Exclude rules (might be wrong, tho), thus it could be possible to create a separate executable for quake window, so we could exclude only this one. It's a dirty fix, but it can do the job if there is no other option.

Guida contributor