Skip to content
dattanchu edited this page Feb 20, 2011 · 16 revisions

Welcome to the pymodoro wiki!

To install, simply put the .pymodoro folder in your home folder and open it up to configure.

Configure xmonad to start a new Pomodoro session by adding this to your xmonad.hs

-- start a pomodoro
, ((modMask              , xK_n     ), spawn "touch /home/dchu/.pymodoro/pomodoro_session")
Clone this wiki locally