Skip to content

Instantly share code, notes, and snippets.

View lucassilvas1's full-sized avatar

Lucas Araújo lucassilvas1

View GitHub Profile
@lucassilvas1
lucassilvas1 / window-mover.ahk
Last active June 19, 2025 21:47
OLED Window Mover
/*
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;