From d367a6a8bf32427dbc1d0823f95c7f7b0873160d Mon Sep 17 00:00:00 2001 From: seanpringle Date: Fri, 31 Aug 2012 15:10:10 +1000 Subject: [PATCH] docs --- config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.h b/config.h index c460221..238126c 100644 --- a/config.h +++ b/config.h @@ -25,10 +25,12 @@ // Make new windows go to the same spot as the current window. // This implies auto-raise and focus stealing. //#define SPOT_START SPOT_CURRENT + // Make new windows go to the spot of best fit. // Works best when apps remember or specify their size. // If spot is not current, window won't steal focus. #define SPOT_START SPOT_SMART + // Make all new windows go to a specific spot. // If spot is not current, window won't steal focus. //#define SPOT_START SPOT1