This file contains 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
Abandon normal instruments | |
Accept advice | |
Accretion | |
A line has two sides | |
Allow an easement (an easement is the abandonment of a stricture) | |
Always first steps | |
Are there sections? Consider transitions | |
Ask people to work against their better judgement | |
Ask your body | |
Assemble some of the elements in a group and treat the group |
This file contains 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
tell application "Finder" | |
set _b to bounds of window of desktop | |
set _width to item 3 of _b | |
set _height to item 4 of _b | |
end tell | |
tell application "GeekTool Helper" | |
if _width > 1367 then | |
set visible of group "Desk" to true | |
set visible of group "11 inch screen" to false |