Skip to content

Instantly share code, notes, and snippets.

View mflanneryii's full-sized avatar

Michael Flannery II mflanneryii

View GitHub Profile
@mflanneryii
mflanneryii / Borderless_Window.ahk
Created July 23, 2013 23:18
AutoHotkey Borderless Windowed FullScreen
#SingleInstance Force
#Persistent
Maximize(IDs){
Loop %IDs%
{
Screen_X = %A_ScreenWidth%
Screen_Y = %A_ScreenHeight%
ID := IDs%A_Index%
If ID not in %Old_IDs%