diff --git a/spectrwm.c b/spectrwm.c index 684eebc..386899d 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -6936,6 +6936,8 @@ enternotify(xcb_enter_notify_event_t *e) } focus_magic(win); + + xcb_flush(conn); } /* lets us use one switch statement for arbitrary mode/detail combinations */