diff options
author | rcyeske <rcyeske> | 2000-10-20 02:54:20 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2000-10-20 02:54:20 +0000 |
commit | 0026981538c8dc01368db4d4b32432c1140d9a38 (patch) | |
tree | c77b10b304c7aaa045ac7ee0a85630794e547235 /src/conf.h | |
parent | 4b0e0a937fb526b3216acd04d5912bc3b95e857f (diff) | |
download | ratpoison-0026981538c8dc01368db4d4b32432c1140d9a38.zip |
added unmanaged windows and window padding
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |