CWSpear / hyperterm-visor

Open your Hyper terminal from anywhere with a global hotkey.
MIT License
165 stars 24 forks source link

Add full screen instructions #19

Closed fgilio closed 7 years ago

fgilio commented 7 years ago

18

CWSpear commented 7 years ago

In version 1.0, I'm deprecating the position option in favor of anchor. anchor makes no assumptions about the size you want (will remember size unless you set a width or height). It only cares about where the window will appear (it will be anchored where you specify). So if you want full, the anchor point really doesn't matter, just set the width and height to 100%.

This is not released at the time of this writing. I believe this solution will allow just about everyone to get what they wanted, but wanted help to do a little testing before I go live. Please test out hyperterm-visor@next and see if it works as expected or if you can shake out any bugs!

CWSpear commented 7 years ago

Oh, and version 1 documents all this, making this PR irrelevant when 1.0 comes. I guess I could have merged this, but hope to go live with this early next week (depending on if people can help me test all the anchor stuff!).