gabrielzschmitz / Tomato.C

A pomodoro timer written in pure C.
GNU General Public License v3.0
315 stars 19 forks source link

Feature request - disable autostart #28

Closed MrKugga closed 1 year ago

MrKugga commented 1 year ago

Hi! First of all, you did a really great job on this project, thank you!

I just wanted to suggest a feature which I could not find. Would it be possible to implement a setting to disable autostart of the focus/break period?

Thanks!

gabrielzschmitz commented 1 year ago

Sure! It's done: 57dc8bb2c0d197942fbae15fcb2559dd6682471a

Hope it helps you! You just need to change AUTOSTARTWORK and/or AUTOSTARTPAUSE to 0.

MrKugga commented 1 year ago

Thank you so much! You're the best!