summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/conf.h b/src/conf.h
index 1f5e860..6a9629f 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -29,12 +29,15 @@
#define MODIFIER_PREFIX ControlMask
/* Pressing a key sends the mouse to the bottom right corner. This
- doesn't work ver well yet. */
+ doesn't work very well yet. */
//#define HIDE_MOUSE
/* Quit ratpoison when there are no more managed windows. */
//#define AUTO_CLOSE
+/* The minimum size of the input window */
+#define INPUT_WINDOW_SIZE 200
+
#define BAR_FG_COLOR "black"
#define BAR_BG_COLOR "white"
#define FONT_NAME "9x15bold"