Is there anyway I can use the terminal to hide or turn off my dock? I use Alfred and have no need for the dock. Also I do not know too much about using the terminal right now.
Is there anyway I can use the terminal to hide or turn off my dock? I use Alfred and have no need for the dock. Also I do not know too much about using the terminal right now.
You can hide the dock, it's under the Apple Menu>Dock.
You can not however turn off the Dock completely without affecting the Desktop, I tried, it is simple to turn off the Dock but then there is no Desktop Picture at all and probably affects more "services".
Is there anyway I can use the terminal to hide or turn off my dock? I use Alfred and have no need for the dock. Also I do not know too much about using the terminal right now.
mv /System/Library/CoreServices/Dock.app /System/Library/CoreServices/Dock.app.bak
killall Dock
To reverse it:
mv /System/Library/CoreServices/Dock.app.bak /System/Library/CoreServices/Dock.app
If you don't want to go through the terminal, you could just remove all the icons from the doc (you can't remove finder or trash) and then goto preferences to make it as small as it will go. You would hardly notice it this way.
The Dock app afaik is most of the GUI in general. So you also may break MC and everything.
There is a short cut for hiding it. Mine is always hidden because it takes up a ridiculous amount of space for very little to no benefit. The Windows taskbar needs less space and offers more information.
Just hit Option+CMD+D and the Dock will slide away. If is on auto hide so it still shows when you slide down/left/right wherever your Dock lives. If that is annoying move it to the side of the screen you least often hit with the mouse.
If you don't want to go through the terminal, you could just remove all the icons from the doc (you can't remove finder or trash) and then goto preferences to make it as small as it will go. You would hardly notice it this way.
You can also remove Finder and the trash from the dock but you need to edit a file in the Dock Application, and you need to have root access to do so.
The file to edit is:
/System/Library/CoreServices/Dock.app/Contents/Resources/DockMenus.plist
And you need to add a few lines into the trash and Finder entrances, something like remove from dock, after you did that an extra Dock Menu appears when you click on it and you are able to remove it from the Dock.