summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-02-24 20:26:08 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-02-24 20:26:08 +0000
commitdd7c6ad734e88e6f2ad053f090bd5b04c5692fb4 (patch)
treeaa4ec13c9bbaddf13fbd48b43a56c0ec1d3ada4c /openbox/config.h
parenta5451fa6fa9b18c4125c832ab64be7f4357e7ba8 (diff)
add back the focusLast option for the "i lost count"th time
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 4d3f3e5e..63ea5a6d 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -36,6 +36,8 @@ extern guint config_focus_delay;
/*! If windows should automatically be raised when they are focused in
focus follows mouse */
extern gboolean config_focus_raise;
+/*! Focus the last focused window, not under the mouse, in follow mouse mode */
+extern gboolean config_focus_last;
extern ObPlacePolicy config_place_policy;