Skip to content

Instantly share code, notes, and snippets.

@aklaswad
Created March 10, 2011 07:33
Show Gist options
  • Save aklaswad/863706 to your computer and use it in GitHub Desktop.
Save aklaswad/863706 to your computer and use it in GitHub Desktop.
tell application "System Events"
try
tell process "LimeChat"
tell window 1
set position to {-900, 150}
set size to {900, 610}
end tell
end tell
end try
try
tell process "Safari"
tell window 1
set position to {-900, -900}
set size to {900, 970}
end tell
end tell
end try
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment