How to set screen saver idle time in Terminal
Hi
I would like to set the Mac OS screen saver time to 45 min = 2700 second and the system settings don't have that option, only 1, 2, 5, 10, 20, 30 min and 1 hour. I need 45 min if possible.
So i'm trying to figure out how to do it in Terminal. Anyone who knows how to do that ?
I tried this:
user$ defaults -currentHost write com.apple.screensaver idleTime 2700
But it didn't work. It just changed it to standard 20 min and not 45 min = 2700 seconds.
Thanks