From 097d02d9d3d4b2eeea11084c54812de9cd7d14c0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Jun 2007 17:58:21 +0000 Subject: add focus option --- openbox/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index 6a064fff..0a4ad090 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -69,6 +69,9 @@ extern guint config_focus_delay; extern gboolean config_focus_raise; /*! Focus the last focused window, not under the mouse, in follow mouse mode */ extern gboolean config_focus_last; +/*! Try keep focus on the window under the mouse when the mouse is not moving + */ +extern gboolean config_focus_under_mouse; extern ObPlacePolicy config_place_policy; -- cgit v1.2.3