Dock Timer Hack: Break Email Addiction with macOS Automation

Dock Timer Hack: Break Email Addiction with macOS Automation

Table of Contents

Every time I finish a task, my cursor drifts to that Superhuman icon like a moth to flame. It’s not even conscious — just muscle memory from years of inbox-as-default-state. The worst part? I know it’s happening but can’t stop myself.

Notification settings don’t work when the problem is me, not the app. Focus modes feel like overkill. What I needed was friction at exactly the right moment — something that breaks the automatic click without requiring willpower.

So I remove Superhuman from my dock for exactly one hour:

# Install dockutil if you haven't
brew install dockutil
# Remove Superhuman
dockutil --remove 'Superhuman'
# Add it back after timer
(sleep 3600 && dockutil --add /Applications/Superhuman.app) &

That & at the end is doing the heavy lifting — it backgrounds the whole thing so I can keep working. When I finish a task and reach for email, there’s… nothing. Just empty dock space where my bad habit used to live.

By the time it reappears, I’ve usually knocked out 2-3 focused work blocks.

Sometimes the simplest hacks are the best hacks!

Related Posts

The True Value of Startups: Network and Learning

The True Value of Startups: Network and Learning

After leaving my last startup gig at Opto, I got a text from two of my former colleagues that reminded me why the real value of working at a startup goes way …

Read More
 Marimo - a great new tool for building micro- & internal apps

Marimo - a great new tool for building micro- & internal apps

Marimo - a great new tool for building micro- & internal apps

Read More
When Your Quote Collection Looks Like a Junk Drawer

When Your Quote Collection Looks Like a Junk Drawer

Learn how Claude Code automated the cleanup of 1300+ messy quotes into a standardized format. Transform years of copy-pasted wisdom into a working …

Read More

Get new posts via email

Intuit Mailchimp

Copyright 2024-infinity, Paul Pereyda Karayan. Design by Zeon Studio