Functions
WebDev/*nix assorted functions & hacks
Search
find all
Array
-
Bash
-
Classes
-
Config
-
DateTime
-
Debug
-
dotjs
-
File
-
foooo
-
Git
-
HTML
-
Images
-
Javascript
-
Linux
-
Math
-
Misc
-
MySQL
-
OS X
-
Reading
-
Redis
-
Shell scripts
-
snippets
-
SQL
-
Strings
-
TextMate
-
Web
-
\(^o^)/ Fun!
-
_Misc hacks
-
_Pages
OS X
defaults write & shell
Get & set the keyrepeat value
iTunes crontab alarmclock
screencapture
Screensaver as Desktop background
5
found
auth
Name:
Category: OS X
Body:
# OS X hack # What it says. Set the desired screensaver in System Preferences # Update: the "arch -i386 " at the start is to run them in 32 bit mode (for say, Leopard Snow). Likewise, # start SystemPreferences in 32 bits to choose those screensavers (-i on app, checkbox). # Update 2: that 32 bits checkbox refuses to work on M Lion, for some reason, soo.. eh. You *can* select the screensaver, but can't change # options maybe. alias ssbg='arch -i386 /System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background &'
Footer