From 8f330d714255c0bd075fa47f869ab2c1a387aef3 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 15 Jun 2012 14:41:35 +0200 Subject: [PATCH] Minor documentation updates. --- Xdefaults.in | 2 +- xinitrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.1