all repos — openbox @ df436132bda79134e822fd56a896ed28cdc289e0

openbox fork - make it a bit more like ryudo

remove windows from the focus delay timer when the pointer leaves them
Dana Jansens danakj@orodu.net
commit

df436132bda79134e822fd56a896ed28cdc289e0

parent

0843ff29b8a94af2bd2226132abd7ec160d4bc2c

1 files changed, 4 insertions(+), 6 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -636,12 +636,10 @@ client->frame->close_hover = FALSE;

frame_adjust_state(client->frame); break; case OB_FRAME_CONTEXT_FRAME: - /* - if (config_focus_follow && config_focus_delay) - ob_main_loop_timeout_remove_data(ob_main_loop, - focus_delay_func, - client); - */ + if (config_focus_follow && config_focus_delay) + ob_main_loop_timeout_remove_data(ob_main_loop, + focus_delay_func, + client); break; default: break;