summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-10-20 02:59:03 +0000
committersabetts <sabetts>2000-10-20 02:59:03 +0000
commit8e82dddf7db0925d396a2118aca2a94a0d57acf4 (patch)
tree26abaa42e9f346cec62d1a187811a93a53772c47 /src/conf.h
parent0026981538c8dc01368db4d4b32432c1140d9a38 (diff)
downloadratpoison-8e82dddf7db0925d396a2118aca2a94a0d57acf4.zip
adjusted PADDING_* offset. added comment describing UNMANAGED_WINDOW_LIST
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/conf.h b/src/conf.h
index fef2cdb..3cbb85d 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -32,9 +32,14 @@
#define BAR_LOCATION 3 /* 0=bottom-left 1=top-left 2=bottom-right 3=top-right */
#define BAR_TIMEOUT 5 /* Number of seconds before the progam bar autohides 0=don't autohide */
-#define PADDING_LEFT 100 /* space not to be taken up around managed windows */
-#define PADDING_TOP 100
-#define PADDING_RIGHT 100
-#define PADDING_BOTTOM 100
+#define PADDING_LEFT 0 /* space not to be taken up around managed windows */
+#define PADDING_TOP 0
+#define PADDING_RIGHT 0
+#define PADDING_BOTTOM 0
+/* If for some sick reason you don't want ratpoison to manage a
+ window, put its name in this list. These windows get drawn but
+ ratpoison won't have any knowledge of them and you won't be able to
+ jump to them or give them keyboard focus. This has been added
+ mostly for use with hand-helds. */
#define UNMANAGED_WINDOW_LIST "xapm","xclock","xscribble"