FR: start minimalized option
- [X] I am on the latest hyperterm-summon version
- [X] I have searched the issues of this repo and believe that this is not a duplicate
- OS version and name: Ubuntu 20.04
- Hyper.app version: 3.2.3
- hyperterm-summon version: hyperterm-summon (2.0.11)
- Link of a Gist with the contents of your .hyper.js:
- Relevant information from devtools (CMD+ALT+I on Mac OS, CTRL+SHIFT+I elsewhere):
Issue
I've hyper in autostart. I would be great if it had option to already start minimalized.
Steps to Reproduce
N/A
Expected Result
1.start hyper app 2. hyper is starting but once ready is mimialized and can be restored with hotkey
Actual Result
hyper is starting in foreground.
I think this is a great idea! Thanks for capturing it in an issue. 🙇🏻
I'd welcome a PR adding a hideOnLaunch configuration option. Test coverage for the new feature would be encouraged as well.
I don't understand enough the code to do it:( not sure where it should happen and how...
@dcalhoun I tried toggle(app) , hideWindows(app) in app.js applyConfog() and index.js onApp() and some other tries but none of them had an effect.
Any help?
@dcalhoun I tried
toggle(app),hideWindows(app)in app.js applyConfog() and index.js onApp() and some other tries but none of them had an effect. Any help?
Hey @mwoz123. 👋🏻 If you are willing to open a draft PR showcasing your explorations, I would be happy to review and provide feedback/guidance where I can. Your PR could included commented code you attempted and inline comments explaining the reason for the attempt and what outcome, if any, you observed from running the code. Communicating your exploration in this manner with a PR would help tremendously. Thanks! 🙇🏻
https://github.com/soutar/hyperterm-summon/pull/78 here it is
My workaround for Ubuntu:
- install no overview at startup gnome extension
- install
xdotooland hyper-startup plugin:
$ sudo apt install xdotool
$ hyper install hyper-startup
- add to
hyper.jsconfig file:commands: ['xdotool key ctrl+F12' ]
where ctrl+F12 is my keybinding for show/hide hyper