This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; | |
; Make Windows notifications semitransparent, and allow the user to click through | |
; all but their rightmost portion (so as to keep the close/dismiss button usable). | |
; | |
#Persistent | |
#SingleInstance | |
#NoEnv | |
#Warn | |
SendMode Input | |
SetWorkingDir %A_ScriptDir% |
NewerOlder