jgallen23 / layouts

an applescript and alfred extension to manage window layouts
http://projects.jga.me/layouts/
274 stars 34 forks source link

It fails to work properly when dock is set to left or right. #4

Closed vitorgalvao closed 11 years ago

vitorgalvao commented 11 years ago

There should be some calculations done to the position depending on the orientation of the dock. We can get it with

tell application "System Events"
    tell dock preferences
        set dock_position to screen edge
    end tell
end tell
jgallen23 commented 11 years ago

fixed in 2.1.0