diff options
| author | moetunes <moetunes111@gmail.com> | 2011-11-26 10:10:52 +1000 |
|---|---|---|
| committer | moetunes <moetunes111@gmail.com> | 2011-11-26 10:10:52 +1000 |
| commit | c7890dd59f6e0c9cd58bf30ba3ca290f392fa8c8 (patch) | |
| tree | 6bcac8ee7637afbe016f8b962a42a5a59045b127 /src/config.h.def | |
| parent | 544de8a8e3d2940043b982454fa80340a7461f21 (diff) | |
Added a click to focus option
Diffstat (limited to 'src/config.h.def')
| -rw-r--r-- | src/config.h.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h.def b/src/config.h.def index fed94d4..e50253e 100644 --- a/src/config.h.def +++ b/src/config.h.def @@ -1,4 +1,4 @@ - /* config.h for dminiwm.c [ 0.1.7 ] + /* config.h for dminiwm.c [ 0.1.8 ] * * Started from catwm 31/12/10 * Bad window error checking and numlock checking used from @@ -35,6 +35,7 @@ #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 CLICK_TO_FOCUS 0 /* 1=Don't 0=Focus an unfocused window when clicked */ #define DESKTOPS 6 /* Must edit DESKTOPCHANGE keys to suit */ // Colors |
