Added focus_follows_mouse config option
This commit is contained in:
committed by
Michael Stapelberg
parent
7c7756d75f
commit
7f10970fc7
@ -236,7 +236,8 @@ int handle_enter_notify(void *ignored, xcb_connection_t *conn, xcb_enter_notify_
|
||||
return 1;
|
||||
}
|
||||
|
||||
set_focus(conn, client, false);
|
||||
if (config.focus_follows_mouse)
|
||||
set_focus(conn, client, false);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user