← Back to browse

by @cush

morning ritual

Quiet morning workflow

steps
4
installs
1
size
161 B
Download .kdl

Readme

Why this exists

Most days I lose 20 minutes to Slack pings and notification badges before I sit down to actually work. This workflow flips a single switch.

Steps

  1. Turns on Do Not Disturb at the system level
  2. Brings VS Code to the front
  3. Sets a 50-minute focus timer
  4. Plays a soft bell when it's up

Dependencies

Tip: the bell is louder than you'd expect. Test it once before you commit.

KDL source

workflow "morning ritual" {
    trigger { chord "super+alt+m" }

    shell "do-not-disturb on"
    focus app="VS Code"
    wait 50.0
    notify "standup time"
}