diff options
author | sabetts <sabetts> | 2001-06-11 08:59:45 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-06-11 08:59:45 +0000 |
commit | 7dae9b9525e19cf79d616f7feb1f69c874238b3f (patch) | |
tree | b3ddc864c69d8df1f082f6565b0906d1e8636132 /src/conf.h | |
parent | 134ec76508d6c30a0d1bd972255c9498adae86d8 (diff) | |
download | ratpoison-7dae9b9525e19cf79d616f7feb1f69c874238b3f.zip |
* src/events.c (grab_rat): wrap in ifdef
(ungrab_rat): likewise
(handle_key): only change the mouse icon if USE_WAITFORKEY_CURSOR is
defined.
* src/conf.h (USE_WAITFORKEY_CURSOR): new define
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -28,8 +28,14 @@ #define KEY_PREFIX XK_t #define MODIFIER_PREFIX ControlMask +/* After hitting the prefix key ratpoison will change the mouse cursor + to a square to indicate that it is waiting for a second + keystroke. If do not wish this functionality, comment out the + following line. */ +#define USE_WAITFORKEY_CURSOR + /* Quit ratpoison when there are no more managed windows. */ -//#define AUTO_CLOSE +/* #define AUTO_CLOSE */ /* The minimum size of the input window */ #define INPUT_WINDOW_SIZE 200 |