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

Wrong windows is captured when app is started through a shim (such as many Scoop apps) #128

Open flyingpie opened 2 months ago

flyingpie commented 2 months ago

For example Process Hacker as installed through Scoop.

The PATH-available executable is a shim generated by Scoop, that in turn starts the actual Process Hacker executable.

WTQ currently tries to attach to the shim, which results in an empty black window, and Process Hacker left ignored.