summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h3
1 files changed, 3 insertions, 0 deletions
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;