Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.
/ dockTweak Public archive

Simple OSX application that move dock from middle to conner.

Notifications You must be signed in to change notification settings

im424/dockTweak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dockTweak

Simple OSX application that move dock from middle to conner.

How to use

  1. Open the app
  2. Click one of the buttons
  3. Dock will be re-located.

How it work

When button hits, 2 simple commands will be executed

  1. Runs defaults write com.apple.dock pinning -string {start | middle | end}
  2. Kill dock by killall Dock

It mostly depends on NSTask to make it works.

To-do

  • Add a fancy icon
  • Add more functions
  • Add few words to guide user

Copyright

Public Domain, feel free to fork it.

About

Simple OSX application that move dock from middle to conner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published