From 6b11ea18be0e7eb8ef1868b889ee33d759f9806a Mon Sep 17 00:00:00 2001 From: moetunes Date: Wed, 14 Sep 2011 07:56:46 +1000 Subject: Added back follow window option --- src/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 81380e3..847664f 100755 --- a/src/config.h +++ b/src/config.h @@ -33,6 +33,7 @@ #define ATTACH_ASIDE 1 /* 0=TRUE, 1=New window is master */ #define DEFAULT_MODE 0 /* 0 = Vertical, 1 = Fullscreen */ #define FOLLOW_MOUSE 0 /* 1=Don't 0=Focus the window the mouse just entered */ +#define FOLLOW_WINDOW 0 /* 1=Don't 0=Follow the window when moved to a different desktop */ // Colors #define FOCUS "#664422" // dkorange -- cgit v1.3.1