]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - xinitrc
Minor documentation updates.
[config/dotfiles.git] / xinitrc
diff --git a/xinitrc b/xinitrc
index 7d3fdc697113c459e97975df1d945ab6b52d7e5f..3688145e62834327a1969a01fb8efc6f3d0bdbf4 100755 (executable)
--- a/xinitrc
+++ b/xinitrc
@@ -50,7 +50,7 @@ if [ -f ~/.background ]; then
     fi
 fi
 
-# Display reminders.
+# Display timed reminders and recheck the file for changes every minute (-z1).
 if [ -x /usr/bin/remind -a -f ~/.reminders ]; then
     remind -z1 -k'.shell/bin/notify.py %s &' ~/.reminders &
 fi