aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2011-11-24 00:01:38 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2011-11-24 00:21:46 +0200
commitaa98914713ce69f047ce1940f27e868044296625 (patch)
treece35890a5d03a76e9a6fad5dab968df5c65b8521 /src/config.h
parenta5e071d070d9fbfc8cd6981198ab64dd6c126554 (diff)
don't follow window on new desktop
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index a2da6e8..e3da763 100644
--- a/src/config.h
+++ b/src/config.h
@@ -34,7 +34,7 @@
#define ATTACH_ASIDE 0 /* 0=TRUE, 1=New window is master */
#define DEFAULT_MODE 0 /* 0=Vertical, 1=Fullscreen 2=Horizontal 3=grid */
#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 */
+#define FOLLOW_WINDOW 1 /* 1=Don't 0=Follow the window when moved to a different desktop */
#define DESKTOPS 4 /* Must edit DESKTOPCHANGE keys to suit */
/** Colors **/