summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-08-30 21:46:13 +0000
committersabetts <sabetts>2000-08-30 21:46:13 +0000
commit51b0db69e403175301fc381dbad55357c1ca4622 (patch)
tree2e7c228c1300056fd936ffe476f7ed2d0a17072b
parent521579cf9f689e6c777178db01fb7358abafc782 (diff)
downloadratpoison-51b0db69e403175301fc381dbad55357c1ca4622.zip
switched the default term from 'xterm' to 'rxvt'.
-rw-r--r--conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.h b/conf.h
index 6c48664..269aa22 100644
--- a/conf.h
+++ b/conf.h
@@ -28,7 +28,7 @@
#define KEY_TOGGLEBAR 'w' /* key to toggle the display of the program bar */
#define KEY_DELETE 'k' /* delete a window SHIFT+key will Destroy the window */
-#define TERM_PROG "xterm" /* command to boot an xterm */
+#define TERM_PROG "rxvt" /* command to boot an xterm */
#define EMACS_PROG "emacs" /* command to boot emacs */
#define BAR_FG_COLOR "Gray60"