]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/widgets/pomodoro.lua
awesome: auto restart pomodoro
[dotfiles.git] / awesome / widgets / pomodoro.lua
index 096952c470395278305b923939203710306764ce..035ed7f23689ecf84a3144a2c5eb30004bd03f1e 100644 (file)
@@ -10,7 +10,7 @@ pomodoro.work_duration = 25 * 60
 
 -- format string
 pomodoro.format = function (t) return " <b>"..t.."</b>" end
-pomodoro.auto_start_pomodoro = false
+pomodoro.auto_start_pomodoro = true
 
 pomodoro.init()