diff options
author | sabetts <sabetts> | 2001-09-09 22:47:32 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-09-09 22:47:32 +0000 |
commit | 6f4a5fd3982be29a1fe0c33016355f07fdfd7678 (patch) | |
tree | aa54facc9142bc19ba684d6ea455f7a78cbb2574 /src | |
parent | 78ce3e20d21e1a27d67d7b31752820bfe66435d9 (diff) | |
download | ratpoison-6f4a5fd3982be29a1fe0c33016355f07fdfd7678.zip |
(MAXSIZE_WINDOWS_ARE_TRANSIENTS): defined
Diffstat (limited to 'src')
-rw-r--r-- | src/conf.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ #define INPUT_ABORT_KEY XK_g #define INPUT_ABORT_MODIFIER ControlMask +/* Treat windows with maxsize hints as if they were a transient window + (don't hide the windows underneath, and center them) */ +#define MAXSIZE_WINDOWS_ARE_TRANSIENTS + /* Pressing a key sends the mouse to the bottom right corner. This doesn't work very well yet. */ /* #define HIDE_MOUSE */ |