Skip to content

Instantly share code, notes, and snippets.

View grantoz's full-sized avatar

Grant Ozolins grantoz

View GitHub Profile
@grantoz
grantoz / disable_all_animation.sh
Created January 5, 2021 23:27 — forked from lexrus/disable_all_animation.sh
Disable all animations of OS X.
# opening and closing windows and popovers
defaults write -g NSAutomaticWindowAnimationsEnabled -bool false
# smooth scrolling
defaults write -g NSScrollAnimationEnabled -bool false
# showing and hiding sheets, resizing preference windows, zooming windows
# float 0 doesn't work
defaults write -g NSWindowResizeTime -float 0.001