Fix click to focus.
This commit is contained in:
committed by
Michael Stapelberg
parent
b0e41cb0a2
commit
371ec037b8
@ -263,6 +263,9 @@ int handle_motion_notify(void *ignored, xcb_connection_t *conn, xcb_motion_notif
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (config.disable_focus_follows_mouse)
|
||||
return 1;
|
||||
|
||||
if (con->layout != L_DEFAULT)
|
||||
return 1;
|
||||
|
||||
|
Reference in New Issue
Block a user