This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
4-Monitor T-Shape Window Manager.ahk | |
By C | |
This is written assuming a few things: | |
- You have 4 monitors arranged in an upside-down T shape | |
- A 5th attached to the right of the right monitor. The code references it as Bottom, | |
-but that's an artifact from the initial setup. | |
- Those monitors are each 1920x1080 | |
- The center monitor is your main monitor defined in Windows Display settings. |