From: Simon Ruderich Date: Fri, 19 Aug 2011 22:22:10 +0000 (+0200) Subject: xinitrc: Display reminders using notify.py. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=fc5150bac7ea4702267bc4355e36322c4300d499 xinitrc: Display reminders using notify.py. --- diff --git a/xinitrc b/xinitrc index d60a2ec..4b578b3 100755 --- a/xinitrc +++ b/xinitrc @@ -27,6 +27,11 @@ if [ -f ~/.background ]; then fi fi +# Display reminders. +if [ -x /usr/bin/remind -a -f ~/.reminders ]; then + remind -z1 -k'.shell/bin/notify.py %s &' ~/.reminders & +fi + # Start XMonad. xmonad