Remove Recent Applications from Dock

By  on  

A Mac user's dock is a sacred place. We customize our dock to no end, and if you're ultra organized like me, you even use dock separators to group your app icons.

Apple recently implemented a feature which displays three recently used apps in the dock. For basic users that's reasonable, but for power users like us, it's an annoyance.

To remove this recent applications feature:

  1. Click the Apple menu, then choose System Preferences
  2. Click the Dock icon
  3. Uncheck the Show recent applications in Dock checkbox

I lived with this invasion of Dock privacy for far too long. Take a moment to cleanse your Dock and you'll feel much better!

Recent Features

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

  • By
    7 Essential JavaScript Functions

    I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like addEventListener and attachEvent.  Times have changed but there are still a few functions each developer should...

Incredible Demos

  • By
    Introducing MooTools NextPrev

    One thing I love doing is duplicating OS functionalities. One of the things your OS allows you to do easily is move from one item to another. Most of the time you're simply trying to get to the next or the previous item.

  • By
    Create WordPress Page Templates with Custom Queries

    One of my main goals with the redesign was to make it easier for visitors to find the information that was most popular on my site. Not to my surprise, posts about MooTools, jQuery, and CSS were at the top of the list. What...

Discussion

  1. zakius

    wow, so the solution is “just go to the expected place and untick one checkbox”
    I guess this may be too much for many of mac users but I doubt they will be able to read text as long as this one either way

    I clicked this cause I was curious what kind of shenanigans, rain dances and unholy sacrifices you had to do but it turned out it was absolutely reasonable!

  2. Speedy

    Actually, mine was already unchecked (I have OS Mohave for a while). I checked and unchecked again, and they are still the same 504 docs under Recents. No way to delete them; unless I delete them manually but it will delete the original docs in my computer.

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!