summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-03-18 23:21:50 +0000
committersabetts <sabetts>2001-03-18 23:21:50 +0000
commit7604e8eabbcc2e6142f7b3d75d38880044dd63f7 (patch)
tree9887480057f8808394eb3cb3b19275e6acce0e06 /src/conf.h
parenta777e8317fb0087d75498a7d61ce80ac2caea8a1 (diff)
downloadratpoison-7604e8eabbcc2e6142f7b3d75d38880044dd63f7.zip
added comment concerning INPUT_WINDOW_SIZE
Diffstat (limited to 'src/conf.h')
-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