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 068c394..e87d1cb 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -34,9 +34,12 @@
/* The minimum size of the input window */
#define INPUT_WINDOW_SIZE 200
+/* The border width ratpoison configures all windows with */
+#define WINDOW_BORDER_WIDTH 0
+
/* Pressing a key sends the mouse to the bottom right corner. This
doesn't work very well yet. */
-//#define HIDE_MOUSE
+/* #define HIDE_MOUSE */
#define FOREGROUND "black"
#define BACKGROUND "white"