summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2000-10-20 02:54:20 +0000
committerrcyeske <rcyeske>2000-10-20 02:54:20 +0000
commit0026981538c8dc01368db4d4b32432c1140d9a38 (patch)
treec77b10b304c7aaa045ac7ee0a85630794e547235 /src/conf.h
parent4b0e0a937fb526b3216acd04d5912bc3b95e857f (diff)
downloadratpoison-0026981538c8dc01368db4d4b32432c1140d9a38.zip
added unmanaged windows and window padding
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index 395945c..fef2cdb 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -32,3 +32,9 @@
#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 UNMANAGED_WINDOW_LIST "xapm","xclock","xscribble"