From: Simon Ruderich Date: Fri, 15 Jun 2012 12:41:35 +0000 (+0200) Subject: Minor documentation updates. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=8f330d714255c0bd075fa47f869ab2c1a387aef3 Minor documentation updates. --- diff --git a/Xdefaults.in b/Xdefaults.in index 254b554..6ab9466 100644 --- a/Xdefaults.in +++ b/Xdefaults.in @@ -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 7d3fdc6..3688145 100755 --- 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