top | item 34620615

(no title)

threads2 | 3 years ago

I set the Mac OS dock to auto-hide and it frees up, like, an inch of space. Blows me away when I see people with the default-sized dock always open. Any real reason for this?

discuss

order

david422|3 years ago

Because you have to mouse over, wait half a second, then find and click the app you're looking for? I'd rather trade screen real estate for time.

kibwen|3 years ago

If you want to optimize for time, then use Alt+Tab to switch windows rather than clicking.

zamadatix|3 years ago

I forget the way to set it but you can make the delay down to 0 if you want. Lately I've been using Mission Control to switch to active ones and Launchpad for to switch to inactive ones though. Spotlight can be good too.

moralestapia|3 years ago

Huh?

Then forget about the Dock and use Spotlight, I launch whatever I need in less than a second.

devnullbrain|3 years ago

I do the same as you on my work Mac Pro, with if pinned to the left of the screen. On the other hand, for my personal Air the screen size is small enough that having it hidden means I often accidentally hover over it. The constant unintentional popping-in becomes more frustrating than having the reduced screen space.

On the Air I only use max-size windows & on the Pro I use tiles and panes.

toast0|3 years ago

Auto-hide makes the edge a dead zone... Can't interact with things there because something might shift in and take the interaction. (Not that I like the Mac dock anyway, but the same principle applies to auto-hide in other settings as well).

fingerlocks|3 years ago

You can set the dock size to be uselessly tiny so it’s basically invisible with auto-hide. It’s great, you have to really try hard to find it.

    defaults write com.apple.dock tilesize -integer 1; killall Dock.

frosted-flakes|3 years ago

Why do you have the icon size set so large? When I used a Mac I always kept the icons small and disabled auto-hide because I disliked how long it took for the bar to pop up.

Calamityjanitor|3 years ago

It is way too slow by default, I set the delay and animation time to 0 so it pops up immediately.

  defaults write com.apple.dock autohide-delay -int 0
  defaults write com.apple.dock autohide-time-modifier -int 0
  killall Dock