Skip to content

Instantly share code, notes, and snippets.

View darrik's full-sized avatar

Rikard Glans darrik

  • Sweden
  • 06:34 (UTC +02:00)
View GitHub Profile
@darrik
darrik / winm.ahk
Last active June 14, 2021 16:26
autohotkey script to minimize all* windows on primary monitor
;; Created: 2021-03-14 13:03:11
;; Time-stamp: <2021-03-27 15:35:47>
;; Win+m
#m::
SysGet, monitor, Monitor ; get resolution, etc
WinGet, winlist, List ; get list of windows
Loop % winlist {
me := % "ahk_id " winlist%A_Index%