From: Dana Jansens Date: Thu, 14 Oct 2010 23:38:46 +0000 (-0400) Subject: don't steal focus if someone used a window within 1 second ago X-Git-Tag: mikabox-3.5-7~173 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=4ce98ecf02fc227c4ac286b4cc40e3a82fc8acff don't steal focus if someone used a window within 1 second ago (instead of 0.5 seconds) --- diff --git a/openbox/event.h b/openbox/event.h index a0b7b50..ef0e416 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -26,7 +26,7 @@ struct _ObClient; /*! The amount of time before a window appears that is checked for user input to determine if the user is working in another window */ -#define OB_EVENT_USER_TIME_DELAY (500) /* 0.5 seconds */ +#define OB_EVENT_USER_TIME_DELAY (1000) /* 1.0 seconds */ /*! The last user-interaction time, as given by the clients */ extern Time event_last_user_time;