Starting a break session
Start a break session with the default duration (5 minutes):Custom break duration
Specify a custom break duration:Break durations use the same format as work sessions:
5m, 1h, 1h30m, etc.When to use manual breaks
Manual break sessions are useful when:- You need a break outside the normal Pomodoro cycle
- You want to time a specific activity (coffee, walk, lunch)
- You’re returning from an interruption and want to track the time
- You’re using pomo for time tracking without strict work/break cycles
Break types
Pomo supports two types of breaks in the Pomodoro cycle:Short breaks
Short breaks occur after each work session:config/pomo.yaml
Long breaks
Long breaks occur after a configured number of work sessions:config/pomo.yaml
Break session controls
Break sessions support the same keyboard shortcuts as work sessions:| Key | Action | Description |
|---|---|---|
↑ / k | Add time | Increase break time by 1 minute |
Space | Pause/Resume | Pause or resume the timer |
← / h | Reset | Reset timer to initial duration |
s | Skip | Skip break and return to work |
q / Ctrl+C | Quit | Exit the timer |
Desktop notifications
Configure notifications for when breaks complete:config/pomo.yaml
Running commands on completion
Execute custom commands when breaks end:config/pomo.yaml
Commands run with a 5 second timeout and are automatically cancelled if you start another session.
Break session completion
When a break completes, pomo follows the sameonSessionEnd behavior as work sessions:
- ask (default)
- start
- quit
Prompt you to start the next work session:
config/pomo.yaml
Examples
Quick coffee break
Lunch break
Extended rest
Statistics tracking
All break sessions are tracked in your statistics:- Total break duration (all-time)
- Break time in duration ratio
- Break sessions are stored in the database with type
break
Related
Work sessions
Learn about starting work sessions
Statistics
View your work and break statistics