Skip to content

Instantly share code, notes, and snippets.

@Geobert
Created February 22, 2016 22:32
Show Gist options
  • Select an option

  • Save Geobert/7381a992668d995ae327 to your computer and use it in GitHub Desktop.

Select an option

Save Geobert/7381a992668d995ae327 to your computer and use it in GitHub Desktop.
#singleinstance
#NoTrayIcon
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
SetTitleMatchMode, 3
WinWait, Discord
WinRestore
WinMove, -1100, 100 ;adjust coordinates to move the window to the correct screen
WinMaximize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment