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
/* | |
Author: https://github.com/lucassilvas1 | |
License: MIT | |
This script will move all windows on the screen randomly every minute (can be easily tweaked). | |
It will also move the cursor if it's hovering over the active window. | |
The script will stop moving windows if the user has been idle for more than 2 minutes so the system can go to sleep. | |
Remarks: | |
- Like any AHK script, only works on Windows; |