Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

leafac/infinite-windows

Repository files navigation

Infinite Windows

$ osascript -e 'tell application "System Events" to tell process "Terminal" to set position of front window to {0, 0}'
$ osascript -e 'tell application "Finder" to get the bounds of the window of the desktop'
$ osascript -e 'tell application "System Events"' -e 'set frontApp to name of first application process whose frontmost is true' -e 'tell process frontApp to set the position of the front window to {0, 0}' -e 'end tell'
$ osascript -e 'tell application "System Events"' -e 'set frontApp to name of first application process whose frontmost is true' -e 'tell process frontApp' -e 'set the position of the front window to {0, 0}' -e 'set the size of the front window to {1440, 900}' -e 'end tell' -e 'end tell'

About

Work in Progress

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published