diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -56,10 +56,13 @@ arguments: mode (`countdown`/`stopwatch`), seconds, and the `-c` comment. Dropping in an executable file is the only thing needed to enable one. -Three commented examples ship in `hooks/` and are installed to -`$(PREFIX)/share/doc/ttym/hooks/` -- terminal title, desktop -notification plus sound on completion, and a TSV record of abandoned -sessions: +The three are independent -- installing only `on_quit` is a normal +setup. Three commented examples ship in `hooks/` and are installed to +`$(PREFIX)/share/doc/ttym/hooks/`. They record intent against outcome +(the duration you asked for is visible only to `on_start`, so the log +behind `timer -r` cannot show whether a session was cut short), and +run a focus mode that pauses dunst notifications and music during a +countdown. A commented timewarrior bridge is included: mkdir -p ~/.config/ttym/hooks cp /usr/local/share/doc/ttym/hooks/on_done ~/.config/ttym/hooks/ |
