Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dock Orientation #94

Open
manipreet opened this issue May 7, 2020 · 1 comment
Open

Dock Orientation #94

manipreet opened this issue May 7, 2020 · 1 comment

Comments

@manipreet
Copy link

How to change dock orientation. It shows on left need to change it to bottom

@ferben
Copy link
Contributor

ferben commented Mar 2, 2022

It is good idea, but it can be changed easily:

move to bottom

defaults write com.apple.dock orientation bottom

move to left

defaults write com.apple.dock orientation left

move to right

defaults write com.apple.dock orientation right

restart Dock

killall Dock

source: https://medium.com/hybrid-maker/how-to-move-macs-dock-position-by-command-line-83bb9f47363f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants