I have the following set in my init.el
(setq focus-follows-mouse 1)
(setq mouse-autoselect-window 1)
This is intended, and was previously working, to cause emacs to automatically switch focus to the window where my mouse was hovered over, instantly. However, there is now a ~2 second delay in switching.
Any ideas what might be causing this, with no other notable changes?