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
activate | |
on expose_app(appname) | |
-- figure out if the current frontmost application is full screen | |
-- set isFull to false | |
-- tell application "System Events" | |
-- set firstProc to (name of first process whose frontmost is true) | |
-- try | |
-- tell process firstProc |