diff options
author | sabetts <sabetts> | 2000-10-20 02:59:03 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-10-20 02:59:03 +0000 |
commit | 8e82dddf7db0925d396a2118aca2a94a0d57acf4 (patch) | |
tree | 26abaa42e9f346cec62d1a187811a93a53772c47 /src | |
parent | 0026981538c8dc01368db4d4b32432c1140d9a38 (diff) | |
download | ratpoison-8e82dddf7db0925d396a2118aca2a94a0d57acf4.zip |
adjusted PADDING_* offset. added comment describing UNMANAGED_WINDOW_LIST
Diffstat (limited to 'src')
-rw-r--r-- | src/conf.h | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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" |