Move Dock

An Alfred Workflow


Short Description

A simple Alfred workflow for moving your dock's position to the left, right, or bottom.

Last Updated

12 Jun 2022

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

1.0
 

Bundle ID

com.alfredapp.MoveDock
 

Author

Categories

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