diff options
author | sabetts <sabetts> | 2000-08-30 21:22:08 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-08-30 21:22:08 +0000 |
commit | 521579cf9f689e6c777178db01fb7358abafc782 (patch) | |
tree | a525d86cabd9ff7e65ea1b2856abda500c2a0bf3 | |
parent | eb7821a6503b7781b18d083a76634d03a6231db5 (diff) | |
download | ratpoison-521579cf9f689e6c777178db01fb7358abafc782.zip |
added an entry explaining how to use a different terminal program.
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 ----- |