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

Thoughts on Return-To-Office and Agile Manifesto

Thoughts on Return-To-Office and Agile Manifesto

As I think about our San Francisco office and realise that the pain of commuting is well outweighed by the chance to move faster, have fun in a “clubhouse” with interesting people, and to mentor some really talented young people… the Agile Manifesto came back to me.

Read More
Why Marketing? Seems like an odd hobby...

Why Marketing? Seems like an odd hobby...

Marketing - my oddest hobby My friend and frequent collaborator, Josh, pointed out that despite my technical background, my mind always seems to wander back to marketing.

Read More
PK AI Art Gallery - making things mostly with Midjourney

PK AI Art Gallery - making things mostly with Midjourney

I’d say “I hope you like it”, but then I’d be lying…

Read More

Get new posts via email

Intuit Mailchimp

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