microsoft/Terminal

Exclude Quake window from FancyZones

Open

#10,197 opened on 2021年5月26日

GitHub で見る
 (16 comments) (1 reaction) (0 assignees)C++ (3,212 forks)batch import
Area-UserInterfaceArea-WindowingHelp WantedIssue-BugIssue-TaskPriority-3Product-Terminal

Repository metrics

Stars
 (35,764 stars)
PR merge metrics
 (平均マージ 27d 19h) (30d で 24 merged PRs)

説明

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.

コントリビューターガイド