diff options
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -71,6 +71,10 @@ (don't hide the windows underneath, and center them) */ #define MAXSIZE_WINDOWS_ARE_TRANSIENTS +/* Treat windows with aspect hints as if they were a transient window + (don't hide the windows underneath, and center them) */ +#define ASPECT_WINDOWS_ARE_TRANSIENTS + /* An alias command could recursively call inself infinitely. This stops that behavior. */ #define MAX_ALIAS_RECURSIVE_DEPTH 16 |