Move Dock - Alfred Workflow
A simple Alfred workflow for moving your dock's position to the left, right, or bottom.
It calls the follow bash command(s):
````bash defaults write com.apple.dock orientation -string $query;
killall Dock; ``` v.1.1 update : added 'dock autohide' - toggles the autohide functionality