Skip to content

Instantly share code, notes, and snippets.

@bitonio
bitonio / productivity.md
Last active May 16, 2022 01:41
Productivity

Mouse Speed

defaults read -g com.apple.mouse.scaling
# Fastest you can get using the Mouse option in System Preferences is 3.0
# Now let's set it to 5.0
defaults write -g com.apple.mouse.scaling 5.0

No need to reboot or else, the effect takes place immediately in MacOS Monterey.

AutoFS, macOS Catalina and Synology

July 2020

Since I upgraded to macOS Catalina, mounting SMB drive from my Synology NAS in the Finder many times gives me an error like this:

"The operation can’t be completed because the original item for SHARE_NAME"

This happens when you leave your Mac up and running for a while, going to sleep, waking it up. Apple did a great job at keeping the OS very stable even with a long period of time without rebooting.