Skip to content

Instantly share code, notes, and snippets.

@iglvzx
Created May 8, 2012 06:18
Show Gist options
  • Save iglvzx/2633004 to your computer and use it in GitHub Desktop.
Save iglvzx/2633004 to your computer and use it in GitHub Desktop.
Toggle Title Bar
#!Up:: ;Win+Alt+Up
;toggle title bar window style
WinSet, Style, ^0x800000, A
;force redraw
WinHide, A
WinShow, A
return
@lewis-carson
Copy link

hello from six years in the future! This still works and it's what I'va been looking for for an hour.

Thanks man

Copy link

ghost commented Jun 15, 2019

Hello from almost eight years into the future! This still works and it is everything I was hoping for!

Thanks a million! <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment