by @cush
morning ritual
Quiet morning workflow
- shelldo-not-disturb
- focusfocus VS Code
- waitwait 50s
- notifystandup time
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
- Turns on Do Not Disturb at the system level
- Brings VS Code to the front
- Sets a 50-minute focus timer
- Plays a soft bell when it's up
Dependencies
do-not-disturbCLI (install instructions)- VS Code in your
$PATH
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"
}