From e80860e74a22d41698cc6c9db90a900222da54a5 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Fri, 14 Sep 2012 04:14:02 +0300 Subject: introduce FOCUS_BUTTON - make CLICK_TO_FOCUS button configurable --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 6e11747..618e845 100644 --- a/config.def.h +++ b/config.def.h @@ -17,7 +17,8 @@ #define ATTACH_ASIDE True /* False means new window is master */ #define FOLLOW_WINDOW False /* follow the window when moved to a different desktop */ #define FOLLOW_MOUSE False /* focus the window the mouse just entered */ -#define CLICK_TO_FOCUS False /* focus an unfocused window when clicked */ +#define CLICK_TO_FOCUS True /* focus an unfocused window when clicked */ +#define FOCUS_BUTTON Button3 /* mouse button to be used along with CLICK_TO_FOCUS */ #define BORDER_WIDTH 2 /* window border width */ #define FOCUS "#ff950e" /* focused window border color */ #define UNFOCUS "#444444" /* unfocused window border color */ -- cgit v1.3.1