summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-06-11 08:59:45 +0000
committersabetts <sabetts>2001-06-11 08:59:45 +0000
commit7dae9b9525e19cf79d616f7feb1f69c874238b3f (patch)
treeb3ddc864c69d8df1f082f6565b0906d1e8636132 /src/conf.h
parent134ec76508d6c30a0d1bd972255c9498adae86d8 (diff)
downloadratpoison-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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/conf.h b/src/conf.h
index a855a21..05727a8 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -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