diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-12-14 14:34:58 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-12-14 14:34:58 +0200 |
| commit | 59ea36a84040ba5e903ec6cfdf91a47a50df1a79 (patch) | |
| tree | 0b19fcb06abb3269e31f02c32bc6a73ae72a0925 /config.h | |
| parent | 671f9a0025a88d28838006d58a81de170208433b (diff) | |
follow window changing desktop
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
