From 3682b4ec400bf0fc8a1c524498eb98e8223d9097 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 4 Sep 2003 02:36:05 +0000 Subject: [PATCH] turn off focusDelay by default --- data/rc.xml | 2 +- openbox/config.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/rc.xml b/data/rc.xml index 824e509f..0a7bee06 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -15,7 +15,7 @@ no yes yes - 150000 + 0 diff --git a/openbox/config.c b/openbox/config.c index e2ca29f7..7eaff1ae 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -361,7 +361,7 @@ void config_startup(ObParseInst *i) config_focus_follow = FALSE; config_focus_last = TRUE; config_focus_last_on_desktop = TRUE; - config_focus_delay = 150000; + config_focus_delay = 0; parse_register(i, "focus", parse_focus, NULL); -- 2.39.2