mogenson / PaperWM.spoon

Tiled scrollable window manager for MacOS
MIT License
442 stars 19 forks source link

Try to prevent MacOS from stealing focus away to another window #53

Closed mogenson closed 3 weeks ago

mogenson commented 1 month ago

Often times, MacOS will steal focus away from one window to another window within the same application. For example, focus a Chrome or Safari window on one monitor, and the focus will quickly switch to another visible Chrome or Safari window on a different monitor.

Start a timer to check the current window focus one animation duration after focusing a window and try to focus the window again if the desired window is not focused.