Hacker News new | ask | show | jobs
by zumu 1918 days ago
While we're here, there's a couple things on a mac I haven't been able to figure out how to do, and maybe some of you mac pros can give me answers.

1) Remove the dock (killing the dock automatically restarts it) 2) Remove all desktop icons (Killing Finder accomplishes this, but they reappear as soon as you need to open something in Finder)

Stuff like the above is why I greatly prefer Linux.

2 comments

It's really simple to have no desktop icons on the Mac. Just open the finder settings and under General untick all of the boxes to show on the desktop. Then move everything out of the ~/Desktop folder. It won't have anything on it after that.

As for the dock you can set it to auto hide, and change the delay so that it will come up but after N seconds [1].

[1] https://apple.stackexchange.com/questions/59556/is-there-a-w...

I will try the finder changes, but I have my doubts crap won't randomly appear in my ~/Desktop folder automagically.

As for the dock, auto-hiding it doesn't disable it, it just hides it. So it remains visible in mission control, and still has bouncing icons from time to time. It also uses system resources, etc.

Ideally I wouldn't have to hack around these settings and could just turn off both these features, like I could on Snow Leopard.

The only "automagic" thing I know of that would need to be changed is changing where screenshots are being saved which can be done fairly straightforwardly.

https://www.macworld.co.uk/how-to/change-where-mac-screensho...

"Remove the dock":

$ defaults write com.apple.Dock autohide-delay -float 1000 && killall Dock

I'm already using the 'autohide-delay' trick, but random randomly icons from the hidden dock will start bouncing and I can see the dock when I do the mission control view or whatever they call it.

On Snow Leopard you could actually kill the dock and it'd stay killed.