X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/fcd98308ba65c8872b485ac7f1800841b0a29e5c..17ec726b494c2ee6e6b5dbe00bb83b2d931b3fc0:/event.c diff --git a/event.c b/event.c index 2e021d5..c913320 100644 --- a/event.c +++ b/event.c @@ -270,7 +270,7 @@ leavenotify(XEvent *e) { if((ev->window == root) && !ev->same_screen) { issel = False; - focus(sel); + focus(NULL); } }