# cf. http://digg.com/apple/Top_15_Terminal_Commands_for_Hidden_Mac_OS_X_Settings function sadb() { # cf. /usr/bin/locate '*ScreenSaverEngine' /usr/bin/screen -d -m /System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background return 0 } function sadb_stop() { #/usr/bin/killall -d ScreenSaverEngine #/usr/bin/killall -v ScreenSaverEngine /usr/bin/killall -HUP ScreenSaverEngine return 0 } sadb sleep 30 sadb_stop
Never been to CodeSnippets before?
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
Screensaver as desktop background (See related posts)
You need to create an account or log in to post comments to this site.
Related Posts
» Terminal window commands in shell osx mac bash unix osascript text window terminal color title bar escape sequence background
» Terminal window commands in shell osx mac bash unix code osascript text window terminal color title bar escape background ansi
» ws - web search from the com... in shell osx mac search bash unix commandline web
» snippet in shell osx mac html bash unix commandline web download convert textutil ed snippet
» Switching firewall settings ... in shell osx mac bash unix ipfw firewall ruleset switch
» Delete WebKit search fields in shell osx mac bash unix safari webkit
Snippets (source code soon to be available) developed by Peter Cooper and powered by Ruby On Rails