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; ```
Yosemite (10.10) |
Mavericks (10.9) |
Mountain Lion (10.8) |
Lion (10.7) |
Snow Leopard (10.6) |
|
|
|
|
|
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; ```