aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon/pomo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/pomo.rs')
-rw-r--r--src/daemon/pomo.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/pomo.rs b/src/daemon/pomo.rs
index 9cabd1a..afc31ce 100644
--- a/src/daemon/pomo.rs
+++ b/src/daemon/pomo.rs
@@ -53,7 +53,7 @@ impl Pomo {
counter: 1,
current_state: State::WorkIdle,
- notify: get_envbool("NOTIFY", true),
+ notify: get_envbool("NOTIFY", false),
work_duration: get_envvar("WORK_DURATION", 25 * 60),
break_duration: get_envvar("BREAK_DURATION", 5 * 60),
long_break_duration: get_envvar("LONG_BREAK_DURATION", 20 * 60),