flyingpie / windows-terminal-quake

Enable Quake-style dropdown for (almost) any application.
https://wtq.flyingpie.nl
MIT License
598 stars 39 forks source link

Docking and decoupling effect [feature request] #24

Closed Aryevang closed 4 years ago

Aryevang commented 4 years ago

Hello,

I would like to avoid the effect of docking and decoupling of the panel and just let the panel drop.

This effect should have an option in the configuration file to activate/deactivate it.

Regards

flyingpie commented 4 years ago

@Aryevang Could you try these settings (other than the ones you already use):

{
    "HorizontalScreenCoverage": 100.5,
    "VerticalScreenCoverage": 99
}

I'm curious to know whether that disables the "docking"-effect you describe.

Let me know your findings!

Aryevang commented 4 years ago

Hello @flyingpie,

Thank you for your quick response. This configuration actually works for me. A simple and elegant solution.

Regards.