summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-03 17:58:21 +0000
committerDana Jansens <danakj@orodu.net>2007-06-03 17:58:21 +0000
commit097d02d9d3d4b2eeea11084c54812de9cd7d14c0 (patch)
tree9d98e84f863f7b27a562cfa6a069dc609bf1e0bf /openbox/config.h
parente61ad3581fa4e640c32fb78408a17712a7155aa1 (diff)
add <underMouse> focus option
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;