diff options
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | conf.h | 3 |
2 files changed, 6 insertions, 7 deletions
@@ -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 @@ -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" |