diff options
| author | moetunes <moetunes111@gmail.com> | 2011-09-14 07:56:46 +1000 |
|---|---|---|
| committer | moetunes <moetunes111@gmail.com> | 2011-09-14 07:56:46 +1000 |
| commit | 6b11ea18be0e7eb8ef1868b889ee33d759f9806a (patch) | |
| tree | 1ca753758b1fa60b1ee71ba98ad9621222e6bfc9 /src/config.h | |
| parent | eab3474fc93b60a79e699f463a361c0a815b284d (diff) | |
Added back follow window option
Diffstat (limited to 'src/config.h')
| -rwxr-xr-x | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
