summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README10
-rw-r--r--conf.h3
2 files changed, 6 insertions, 7 deletions
diff --git a/README b/README
index cd54919..3e03f73 100644
--- a/README
+++ b/README
@@ -44,17 +44,15 @@ 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.
+By default, ratpoison is compiled using xterm. This is because more
+users use xterm as opposed to alternative terms such as rxvt.
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 */
+#define TERM_PROG "xterm" /* command to boot an x term */
-to run you're favorite xterm.
+to run you're favorite X term.
Using
diff --git a/conf.h b/conf.h
index e44f542..8efee2e 100644
--- a/conf.h
+++ b/conf.h
@@ -28,8 +28,9 @@
#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 KEY_WINBYNAME '\'' /* key to jump to a window by name */
+#define KEY_RENAME 'a' /* key to rename a window. */
-#define TERM_PROG "rxvt" /* command to boot an xterm */
+#define TERM_PROG "xterm" /* command to boot an x term */
#define EMACS_PROG "emacs" /* command to boot emacs */
#define BAR_FG_COLOR "Gray60"