Contribute
Register

Post Your Dock

Status
Not open for further replies.
i am by no means a mac guru or a Photoshop wiz so i just screenshot the Desktop and cut the Doc out :p


List of the "Odd Icons"
iTerm2
LyX (WYSIWYM TeX Editor)
Aquamacs (Mac OS port of GNU Emacs.
Bluefish (Html Editor)
SPE (Python IDE)
Eclipse IDE (With Android SDK)
Code::Blocks (Awesome nice C++ IDE)
Plants Vs Zombies!!!!
WineSkin Wrapper for Guild Wars.
(Behind the seines Darwin ports is installed to add UNIX goodness)
 

Attachments

  • Screen shot 2012-01-03 at 2.40.52 AM.png
    Screen shot 2012-01-03 at 2.40.52 AM.png
    106.6 KB · Views: 209
I simply input a terminal command to get mine to the left. Here are the terminal commands:

Dock to the left:
Code:
defaults write com.apple.dock pinning -string start

Dock to the right:
Code:
defaults write com.apple.dock pinning -string end

Back to Centered:
Code:
defaults write com.apple.dock pinning -string middle

Each of these commands need to be followed by:
Code:
killall Dock

to take effect :thumbup:
 
cpukid said:
I simply input a terminal command to get mine to the left. Here are the terminal commands:

Dock to the left:
Code:
defaults write com.apple.dock pinning -string start

Dock to the right:
Code:
defaults write com.apple.dock pinning -string end

Back to Centered:
Code:
defaults write com.apple.dock pinning -string middle

Each of these commands need to be followed by:
Code:
killall Dock

to take effect :thumbup:

Nice info
Gonna do it to my Friend's Mac
:thumbup:
 
Heres mine - still adding to it though...
 

Attachments

  • Dock.tiff
    259.1 KB · Views: 218
I like mine minimalistic :)
 

Attachments

  • Screen Shot 2012-01-27 at 2.28.38 PM.png
    Screen Shot 2012-01-27 at 2.28.38 PM.png
    47.6 KB · Views: 176
Here's my dock.
 

Attachments

  • Screen shot 2012-02-29 at 8.23.27 PM.png
    Screen shot 2012-02-29 at 8.23.27 PM.png
    234.7 KB · Views: 141
MY DOCK!
 

Attachments

  • Screen Shot 2012-03-15 at 10.04.44 PM.png
    Screen Shot 2012-03-15 at 10.04.44 PM.png
    111.8 KB · Views: 212
Screen Shot 2012-04-03 at 02.12.52.png
 

Attachments

  • Screen Shot 2012-04-03 at 02.12.52.png
    Screen Shot 2012-04-03 at 02.12.52.png
    81.9 KB · Views: 192
Status
Not open for further replies.
Back
Top