Fix click to focus.

This commit is contained in:
Fernando Tarlá Cardoso Lemos
2010-11-29 00:11:30 -02:00
committed by Michael Stapelberg
parent b0e41cb0a2
commit 371ec037b8
2 changed files with 12 additions and 21 deletions

View File

@ -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;