|
|
|
|
|
by saagarjha
2262 days ago
|
|
My private key :) On a more serious note, and not revealing anything that I really shouldn’t be telling people: I’m sure many people know that there used to be a feature on macOS where you could hold down the shift key while minimizing windows (among other things) and it would slow down the animation comically. This feature seems like it was removed a couple of years ago, but it wasn’t: I was poking around the Dock binary one day and discovered that it’s still secretly there, hidden behind a preference key. You can reenable it with $ defaults write com.apple.dock slow-motion-allowed -bool YES && killall Dock
Enjoy. |
|