aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2011-11-24 03:19:54 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2011-11-24 03:19:54 +0200
commit28602afb74047423df5d454c2a0cce12cb65c12c (patch)
treeb80ae517d0fd7ed441c04be2c54217d9dc06d0f5 /src/config.h
parent5c618fc0ce01f6b82a85d3d4341cc37945ef5007 (diff)
don't follow and focus mouse
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 bce0695..4f5db48 100644
--- a/src/config.h
+++ b/src/config.h
@@ -33,7 +33,7 @@
#define BORDER_WIDTH 2
#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_MOUSE 1 /* 1=Don't 0=Focus the window the mouse just entered */
#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 */