changeset 502:155c8a6b471e

arbtt
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 29 Aug 2013 19:16:57 -0700
parents f9a4e1572b54
children dfd5357403aa
files bin/setup-X.sh
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/setup-X.sh	Thu Aug 29 15:36:08 2013 -0700
+++ b/bin/setup-X.sh	Thu Aug 29 19:16:57 2013 -0700
@@ -16,6 +16,12 @@
 
 # TODO: add workspace specific programs
 
+# arbitrary time tracker
+if which arbtt-capture
+then
+    arbtt-capture
+fi
+
 # ssh-add
 if [[ `ssh-add -l` != *id_?sa* ]]
 then