This commit is contained in:
seanpringle
2012-08-31 15:10:10 +10:00
parent 00ec1a8ec2
commit d367a6a8bf

View File

@@ -25,10 +25,12 @@
// Make new windows go to the same spot as the current window. // Make new windows go to the same spot as the current window.
// This implies auto-raise and focus stealing. // This implies auto-raise and focus stealing.
//#define SPOT_START SPOT_CURRENT //#define SPOT_START SPOT_CURRENT
// Make new windows go to the spot of best fit. // Make new windows go to the spot of best fit.
// Works best when apps remember or specify their size. // Works best when apps remember or specify their size.
// If spot is not current, window won't steal focus. // If spot is not current, window won't steal focus.
#define SPOT_START SPOT_SMART #define SPOT_START SPOT_SMART
// Make all new windows go to a specific spot. // Make all new windows go to a specific spot.
// If spot is not current, window won't steal focus. // If spot is not current, window won't steal focus.
//#define SPOT_START SPOT1 //#define SPOT_START SPOT1