Antwort schreiben

Foren -> UltraMon™ -> Resize when switching monitors
DarrenH   2025-02-21 14:06
I have two laptops connected with a KVM. Every time I switch devices, the laptop adjusts all the window sizes and locations for the builtin display (since they were too big and off screen based on the monitor layout).

Can UM resize an application window every time it detects that I've switched back (IOW I don't care if about the size/location when in "laptop mode" but want things moved back to the remembered location when the external monitor is "attached"). Almost like the save/restore functionality of desktop icons based on resolution - but instead save/restore of window locations based on resolution. :-)

Thanks,
Darren
Christian Studer   2025-02-23 13:05
You can do this with the SaveRestoreWndPos script, to configure the script open it in a text editor and change the first two lines as follows:

Const AUTO_SAVE = True
Const AUTO_RESTORE = True

This way the script will periodically save window positions if more than one monitor is enabled, and will restore the saved positions when switching from single- to multi-monitor mode.
Foren -> UltraMon™ -> Resize when switching monitors

Antwort schreiben