Split view on MacOS 12: very long animation after key shortcut using


It has normal behaviour when I hovered over a “green button” of a window, then pressed on “Tile Window to Left of Screen“. But when I use a key-shortcut, which I set by myself, there is a long animation before it settled.

How to disable animation on key-shortcut?

I tried some ways:

1.

defaults write -g NSWindowResizeTime -float 0.003
# resizing windows before and after showing the version browser
# also disabled by NSWindowResizeTime -float 0.001
defaults write -g NSDocumentRevisionsWindowTransformAnimation -bool false
  1. Accessibility > Display > Reduce Motion [true]

Author: Subham

Leave a Reply

Your email address will not be published. Required fields are marked *