Skip to main content
Home Forums Bliss Screensaver — #3 Bliss Screensaver — #3
Post #3 by TomHMeredith
Source ForumBliss Screensaver — #3
CategorySoftware
Post DateThu, 30 Jan 2003 - 02:27
Original URLhttps://web.archive.org/web/20050523014103/https://forums.macnn.com/showthread.php?t=143059
Post
If you want to run a screensaver as a desktop, go to the terminal and type:

/System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background &

The terminal will return the process ID (PID), so when you get bored or need the power, you can kill the process by typing

kill (followed by the PID number - no brackets)

Your previous desktop picture will return immediately.

Tom.
mp.ls