summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/conf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index e87d1cb..32f89dc 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -34,6 +34,11 @@
/* The minimum size of the input window */
#define INPUT_WINDOW_SIZE 200
+/* If you want the input window to take up the length of the screen,
+ use this: */
+/* #define INPUT_WINDOW_SIZE (s->root_attr.width - prompt_width) */
+
+
/* The border width ratpoison configures all windows with */
#define WINDOW_BORDER_WIDTH 0