]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Minor documentation updates.
authorSimon Ruderich <simon@ruderich.org>
Fri, 15 Jun 2012 12:41:35 +0000 (14:41 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 15 Jun 2012 12:41:35 +0000 (14:41 +0200)
Xdefaults.in
xinitrc

index 254b554afb935096847d8b0d022c24bfdd301fab..6ab9466defbc57120e94bf43e24f9dafd6e0477e 100644 (file)
@@ -26,7 +26,7 @@ Term*foreground: #cccccc
 Term*background: black
 Term*cursorColor: #ffff66
 
-! Disable the scrollback buffer. I use screen so it is not necessary.
+! Disable the scrollback buffer. I use screen/tmux so it is not necessary.
 XTerm*saveLines: 0
 Rxvt*saveLines: 0
 
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