hoppfrosch / WindowPadX

Enhancements on original WindowPad (by Lexikos)
http://hoppfrosch.github.com/WindowPadX
224 stars 42 forks source link

Fixes two issues for Windows 10: monitors with different scaling, and taskbar getting moved #28

Closed BjAlvestad closed 4 years ago

BjAlvestad commented 4 years ago

Fixes issue #23 scaling of windows on monitors with different DPI than main monitor. See added code on L120 of WindowPadX.ahk.

Fixes issue where windows 10 task bar on secondary monitor, and notification sidebar would also get moved when calling WPXA_GatherWindowsOnMonitor. See added code on L116-L119.

PS: Only 4 lines has been added to the ini file. It seems that the online ini-file had CRLF endings, while my git setup only uses CRLF locally, and converts to LF when pushing (and then back to CRLF when pulling).

samkatakouzinos commented 4 years ago

WindowPadX has logic that will create WindowPadX.ini from WindowPadX.Default.ini if WindowPadX.ini doesn't exist.

If I delete WindowPadX.ini I will lose this commits changes. May you add additional work to carry this commits changes to the WindowPadX.Default.ini file?

— Regards, Sam Katakouzinos