turn off focusDelay by default
This commit is contained in:
parent
755ec08aa3
commit
3682b4ec40
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
<followMouse>no</followMouse>
|
<followMouse>no</followMouse>
|
||||||
<focusLast>yes</focusLast>
|
<focusLast>yes</focusLast>
|
||||||
<focusLastOnDesktop>yes</focusLastOnDesktop>
|
<focusLastOnDesktop>yes</focusLastOnDesktop>
|
||||||
<focusDelay>150000</focusDelay>
|
<focusDelay>0</focusDelay>
|
||||||
</focus>
|
</focus>
|
||||||
|
|
||||||
<theme>
|
<theme>
|
||||||
|
|
|
@ -361,7 +361,7 @@ void config_startup(ObParseInst *i)
|
||||||
config_focus_follow = FALSE;
|
config_focus_follow = FALSE;
|
||||||
config_focus_last = TRUE;
|
config_focus_last = TRUE;
|
||||||
config_focus_last_on_desktop = TRUE;
|
config_focus_last_on_desktop = TRUE;
|
||||||
config_focus_delay = 150000;
|
config_focus_delay = 0;
|
||||||
|
|
||||||
parse_register(i, "focus", parse_focus, NULL);
|
parse_register(i, "focus", parse_focus, NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue