microsoft/Terminal

Exclude Quake window from FancyZones

Open

#10.197 geöffnet am 26. Mai 2021

Auf GitHub ansehen
 (16 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C++ (3.212 Forks)batch import
Area-UserInterfaceArea-WindowingHelp WantedIssue-BugIssue-TaskPriority-3Product-Terminal

Repository-Metriken

Stars
 (35.764 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide