summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index 3289d50..32d4041 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -41,6 +41,10 @@
/* Quit ratpoison when there are no more managed windows. */
/* #define AUTO_CLOSE */
+/* 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
+
/* The minimum size of the input window */
#define INPUT_WINDOW_SIZE 200