aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2011-12-14 14:34:58 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2011-12-14 14:34:58 +0200
commit59ea36a84040ba5e903ec6cfdf91a47a50df1a79 (patch)
tree0b19fcb06abb3269e31f02c32bc6a73ae72a0925
parent671f9a0025a88d28838006d58a81de170208433b (diff)
follow window changing desktop
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 2bc37a1..f8fb484 100644
--- a/config.h
+++ b/config.h
@@ -30,7 +30,7 @@
#define DEFAULT_MODE TILE /* TILE MONOCLE BSTACK GRID */
#define ATTACH_ASIDE True /* False means new window is master */
#define FOLLOW_MOUSE False /* Focus the window the mouse just entered */
-#define FOLLOW_WINDOW False /* Follow the window when moved to a different desktop */
+#define FOLLOW_WINDOW True /* Follow the window when moved to a different desktop */
#define CLICK_TO_FOCUS False /* Focus an unfocused window when clicked */
#define BORDER_WIDTH 2 /* window border width */
#define FOCUS "#ff950e" /* focused window border color */