I am using a Hammerspoon on MacOs to do my window management. This allows me to move windows around to different areas and monitors using my own hotkeys. For all other ap… (read more)
I am using a Hammerspoon on MacOs to do my window management. This allows me to move windows around to different areas and monitors using my own hotkeys. For all other applications, this works perfectly. Windows move to the target area/screen instantly when I press a hotkey. However, Firefox always needs some "encouragement". On every key-press, it moves towards the desired location & size, but never gets there in one go.
After some googling, I recently found another question on this forum that seemed to fix the problem. It is this question: https://support.mozilla.org/en-US/questions/1438695
By setting `ui.prefersReducedMotion` to 1, Firefox stops its animation-stuff and does exactly what is expected when the windowmanager gives the window a series of `(x, y, w, h)` instructions. So, that seemed like the fix I needed.
But... I typically don't reboot my mac for weeks on end and I noticed that after "some time", Firefox reverts back to its old behaviour. I have not yet figured out if there is a minimum amount of time before this happens, or if it has something to do with locking/unlocking my mac. At the moment the only way to fix it again is to restart Firefox.
I know reducing animations in MacOS' accessibility-settings probably fixes it for good, but that is not what I want. That would remove _all_ animations from all of the apps and the OS. How can I help investigate this?