diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-11-26 11:40:55 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-11-26 11:40:55 +0200 |
| commit | 48e04fe01ded12663fd83c8ccb1c502433cf8d63 (patch) | |
| tree | bad95f9e7c50968018249132c4c65277fbf68e3c /config.h | |
| parent | d31b4dd20f8699fa9a1b13c17aaa1c8c83005b7c (diff) | |
add CLICK_TO_FOCUS option in config.h
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 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 CLICK_TO_FOCUS 1 /* 1=Don't 0=Focus an unfocused window when clicked */ #define DESKTOPS 4 /* Must edit DESKTOPCHANGE keys to suit */ /** Colors **/ |
