Just a simple hack to disable focus change on mouse move in DWM.

comment out the following line in dwm.c:

/* [EnterNotify] = enternotify, */

dwm is a lightweight window manager for GNU Linux OS that using X display server.