make focuslast default to true
This commit is contained in:
parent
03931180fc
commit
3853b19f0e
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ void config_startup(ObParseInst *i)
|
|||
config_focus_follow = FALSE;
|
||||
config_focus_delay = 0;
|
||||
config_focus_raise = FALSE;
|
||||
config_focus_last = FALSE;
|
||||
config_focus_last = TRUE;
|
||||
config_focus_under_mouse = FALSE;
|
||||
|
||||
parse_register(i, "focus", parse_focus, NULL);
|
||||
|
|
Loading…
Reference in a new issue