summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-08-30 21:22:08 +0000
committersabetts <sabetts>2000-08-30 21:22:08 +0000
commit521579cf9f689e6c777178db01fb7358abafc782 (patch)
treea525d86cabd9ff7e65ea1b2856abda500c2a0bf3 /README
parenteb7821a6503b7781b18d083a76634d03a6231db5 (diff)
downloadratpoison-521579cf9f689e6c777178db01fb7358abafc782.zip
added an entry explaining how to use a different terminal program.
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index a9e7c63..cd54919 100644
--- a/README
+++ b/README
@@ -41,6 +41,22 @@ cp ratpoison /usr/local/bin
If you don't want ratpoison to install in /usr/local/bin, then edit
the Makefile.
+Customization
+-------------
+
+By default, ratpoison is compiled using the rxvt terminal instead of
+the default xterm. Reasons? For me (roam@orbitel.bg), xterm did not
+want to start under FreeBSD's XFree86 4.0 port; besides, rxvt is WAY
+better in many respects.
+
+If you do want to use a different terminal program, edit conf.h and
+edit the line:
+
+#define TERM_PROG "rxvt" /* command to boot an xterm */
+
+to run you're favorite xterm.
+
+
Using
-----