steveseguin / electroncapture

Playback video in a frameless electron app for screen-sharing and window capture
GNU General Public License v3.0
325 stars 37 forks source link

Remember last position, display and size #90

Open scalpmonkey opened 10 months ago

scalpmonkey commented 10 months ago

It would be a nice addition if there is option so the Electron Capture will stick to its last position and size when started. "Remember last position" thing. Example: Monitor 2, full screen

steveseguin commented 10 months ago

You can set it via command line to open with a specific size and position

ie: elecap.exe -w=300 -h=300 -x=100 -y=100 -u="https://google.com" -p https://github.com/steveseguin/electroncapture/issues/85#issuecomment-1781219628

To have it do this automatically might be possible. I need to add more to get it to open to the right display i think though