yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Putting Dock On Top (tiger)


2m read
·Nov 3, 2024

Hey guys, this is mackheads101, and as you can see, I have my MacBook running Tiger. I have the dock on the top, and so now I'm going to be demonstrating how to do this using Tiger. You cannot do this in Leopard because in Leopard they did, they'll put the command top, but they defined it as the bottom. So even if you do it, like if your dock's on the side and you run these commands in terminal, it'll put it on the bottom.

So first thing you're going to need to do is open up Terminal. Well, first I'm going to put the dock back on the bottom so you can see how to do this. Now I'm going to open up Terminal, and there's just two commands to do this—or three, depending on which way you're doing it. But the last command isn't very hard.

So the first thing you're going to type is the command: defaults write com.apple.dock orientation spelled O-R-I-E-N-T-A-T-I-O-N space -string top. Then you can just press enter.

You can either type out this another line of code or you can just press the up arrow, which will bring the last line of code you wrote and replace the word orientation with pinning. What it does is first, the line of the first line of code orientates it to the top, and the second one pins it to the top.

So you can just press the up arrow and then replace orientation with pinning. Hold on, P-I-N-N-I-N-G, and then you can press enter. Now you're going to restart your dock.

The dock is actually an application, an application in OS X. So you can either open Activity Monitor, which shows every application opening—not just these ones, but every single application—or you can kill the application dock. So I'm just going to kill that by typing killall dock with a capital D.

Now my dock's gonna restart and appear at the top. Now, if you do this, it's going to be hard to get windows if they're back there, and you might not be able to access the toolbar depending on your laptop.

So, if you want to hide it, the command is Apple option (or alt) and D, and that'll just hide it. If it is hidden, they didn't make it so you can find it. So if you put your mouse there or there or at the bottom, you'll never be able to find it.

So if you want to get it back, you can either just put it back at the bottom by doing the Apple dock position on right, left, or bottom, or you can just press Apple option D and unhide it.

So, there you go! That was a quick tutorial on how to hide your dock and how to put your dock on the top in Tiger. I hope this helped for you. If you're a Tiger fan and Leopard, and you're watching this, then you still learned a few things.

And there you go! For more tips and tricks like this, subscribe to Mack Heads 101. Thank you for watching, and have a nice day!

More Articles

View All
6 STOIC LESSONS FROM SENECA FOR MASTERING MENTAL TOUGHNESS | STOICISM INSIGHTS
Every one of us at some point feels like life is spinning out of control, whether it’s a lost job, a broken relationship, or just the chaotic pace of daily routines. These moments can leave us feeling helpless and overwhelmed. But what if I told you there…
Length of a trip in 24 hour time | Math | Khan Academy
Hello! So we’re told Colette rides her bike home from school every afternoon. She leaves school at 14:55 and arrives home at 15:25. How long does she ride her bike? So pause this video like always and see if you can answer that question: how long is her b…
Help me INTERVIEW THE PRESIDENT - Smarter Every Day 150
[music] Hey, it’s me, Destin. Welcome back to Smarter Every Day. This is different; it’s really a big deal. I have been invited to go to the White House to sit down with the President of the United States of America for 10 to 12 minutes to discuss issues …
Logarithmic functions differentiation | Advanced derivatives | AP Calculus AB | Khan Academy
Let’s say that Y is equal to log base 4 of x^2 + x. What is the derivative of y with respect to x going to be equal to? Now, you might recognize immediately that this is a composite function. We’re taking the log base 4 not just of x, but we’re taking tha…
Nested function calls | Intro to CS - Python | Khan Academy
Can I call a function from inside another function? Let’s trace what happens and explore why we might want to organize our code this way. When we call a function from the top level of a program, we create a new stack frame and store all our local variabl…
Could Biking in a City Be Bad for Your Health? | National Geographic
Air pollution is bad for you, and we know that exercise is good for you. But there’s this unanswered question: is exercising in close proximity to traffic enough of a bad thing for you that we should be recommending separating biking lanes from traffic al…