From f595277f1c9c5359fc8a1dc0a0f190333a464779 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 22 Sep 2003 04:17:43 +0000 Subject: add back focusLast --- 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 582da954..c228871e 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -30,6 +30,9 @@ struct _ObParseInst; extern gboolean config_focus_new; /*! Focus windows when the mouse enters them */ extern gboolean config_focus_follow; +/*! Should focus stay under the mouse when there is nothing focused or go to + the last used window */ +extern gboolean config_focus_last; /*! Timeout for focusing windows on focus follows mouse, in microseconds */ extern guint config_focus_delay; /*! If windows should automatically be raised when they are focused in -- cgit v1.2.3