Skip to content

Instantly share code, notes, and snippets.

View Earlopain's full-sized avatar
🦊

Earlopain

🦊
  • 04:57 (UTC +02:00)
View GitHub Profile
global Wallpapers := []
Loop, C:\tools\ahk\wallpaper\*.*
{
Wallpapers.Push(A_LoopFileFullPath)
}
#SingleInstance Force ; The script will Reload if launched while already running
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases
#KeyHistory 0 ; Ensures user privacy when debugging is not needed