summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
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