flyingpie / windows-terminal-quake

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

Drop down when a new instance of Windows Terminal is launched #98

Open matefriedl opened 3 years ago

matefriedl commented 3 years ago

I have Windows Terminal setup so that it always uses the same instance. New launches get attached the original Windows Terminal process. I often open a terminal from vscode or from the file explorer. An option would be great to activate the quake dropdown automatically every time a windows terminal launch was detected.

This is only a suggestion, I suspect that it would take some dirty hacking to make this work. If this is already a feature, please let me know how I can get it to work.

flyingpie commented 2 years ago

@matefriedl Thank you for your suggestion! Not entirely sure how to detect that, I need to look into how the single-process-only detection works and if we can even hook into it.

Do you have any suggestions of how to achieve such a thing?