blah blah woof woof

Activating the screensaver with Quicksilver in OS X

Tim Riley 2008.04.12

There are a few posts around the net that describe some ways to launch the OS X screensaver using a keyboard shortcut with Quicksilver. However, common to all of these approaches is using a code snippet that is launched by a trigger.

Quicksilver triggers can only be launched by global keybindings or mouse gestures. That is, you can't access them through the main quicksilver interface. A simple way around this is to use Automator to create a custom screensaver launch application:

Automator workflow for screensaver launch app

Save the workflow as an app called, let's say, "Screensaver", put it in your Applications folder, and you can then use Quicksilver to activate your screensaver like you would launch any ordinary app. 

Want More?

Previous Article

  1. 2008.04.11 Setting default arguments for to_xml for your ActiveRecord model

Next Article

  1. 2008.04.18 Testing for elements in ActiveRecord's XML output