Hi all,
I'm wondering if someone can code a program that can save and restore size and positions and window currently open.
Every time after I run a full-screen application (like a game) that uses a lower resolution, the currently opened windows all gets moved and sometime resized. This means I have to re-move and re-resize them after I'm done with the full-screen application.
So it'd be nice to have a program that solves this annoyance. Specifically, I'm envisioning the program to be:
-A tray icon that has two options: "Save window size and positions" and "Restore window size and positions"
-The first option would store the size and position information of all currently open window
-The second option would restore the size and position setting, if the window is still open when the option is selected
Thanks.