From dd7c6ad734e88e6f2ad053f090bd5b04c5692fb4 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 24 Feb 2004 20:26:08 +0000 Subject: add back the focusLast option for the "i lost count"th time --- openbox/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/config.h') 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; -- cgit v1.2.3