summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2011-11-17 07:48:45 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2011-11-17 07:48:45 +0100
commit2cc7586db72e2bf7ac558d9d63d5393ec6a5cb16 (patch)
tree260eaedf2f546aaa1b50ad6e5019e00a97d1fdf2 /config.h
parent9b36bb8a23151b267f5f5efceb50ed9e614d4fa8 (diff)
downloadmcwm-2cc7586db72e2bf7ac558d9d63d5393ec6a5cb16.zip
-b no longer boolean. Now sets border width in number of pixels.
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index b5fa661..35176a7 100644
--- a/config.h
+++ b/config.h
@@ -44,7 +44,7 @@
/* Ditto for fixed windows. Use "-x colour". */
#define FIXEDCOL "grey90"
-/* Width of border window, in pixels. */
+/* Default width of border window, in pixels. Used unless -b width. */
#define BORDERWIDTH 1
/*