X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.c;h=a6ef35f8456e78e3c33aaad594139050ebc1892b;hb=749dbb28b26faa84871dcd745ca4b4e6150c3955;hp=10a82be0bfd452d2ea06c3318bf0e10f1f045262;hpb=0b083dbf59966860e74a2cd974f307d1bbf10eec;p=spectrwm.git diff --git a/spectrwm.c b/spectrwm.c index 10a82be..a6ef35f 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -8449,6 +8449,9 @@ motionnotify(xcb_motion_notify_event_t *e) last_event_time = e->time; + if (focus_mode == SWM_FOCUS_MANUAL) + return; + num_screens = get_screen_count(); for (i = 0; i < num_screens; i++) if (screens[i].root == e->root)