mirror of
https://github.com/insin/control-panel-for-twitter.git
synced 2025-06-19 07:05:32 -04:00
8 lines
250 B
AppleScript
8 lines
250 B
AppleScript
(*
|
|
Sets Safari dimensions for 2880 x 1800 px screenshots - including the drop shadow - at scale=2.
|
|
This only works when not connected to an external display.
|
|
*)
|
|
tell application "Safari"
|
|
activate
|
|
set bounds of window 1 to {0, 0, 1328, 788}
|
|
end tell |