diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-11-26 03:31:44 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-11-26 03:31:44 +0200 |
| commit | 34b02ddf0d2024d3f802ded8e7dd3f475c600656 (patch) | |
| tree | e8af99b2f17ef3ee9eec7198654866700cd01744 /src/config.h.def | |
| parent | b5aa24f3fd96b06e08832b2bdb9759d7cb2308b0 (diff) | |
| parent | c6e3b1e20bf92cbaab05a3075a3f7a78b14ad113 (diff) | |
Merge branch 'mirror'
Conflicts:
src/config.h.def
src/dminiwm.c
Diffstat (limited to 'src/config.h.def')
| -rw-r--r-- | src/config.h.def | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.h.def b/src/config.h.def index 8ae8f26..e50253e 100644 --- a/src/config.h.def +++ b/src/config.h.def @@ -1,6 +1,6 @@ - /* config.h for dminiwm.c [ 0.1.7 ] + /* config.h for dminiwm.c [ 0.1.8 ] * - * Started from catwm 31/12/10 + * Started from catwm 31/12/10 * Bad window error checking and numlock checking used from * 2wm at http://hg.suckless.org/2wm/ * @@ -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 |
