Where does Quicksilver set things to "Open at Login"?

2

1

Quicksilver has a cool action called "Open at Login" which does what you'd expect. It works well, but my question is where does it store those settings so those preferences so the apps are launched at Login? On Windows there is a "startup" folder. Mac does it differently - but does Quicksilver follow OS X's rules or does it do it's own thing?

enter image description here

cwd

Posted 2011-12-08T17:48:02.727

Reputation: 13 508

Answers

1

These are stored in a plist file here:

~/Library/Preferences/loginwindow.plist

You'll need a tool like pListEdit to view and modify them.

enter image description here

mark

Posted 2011-12-08T17:48:02.727

Reputation: 521

1You could also edit it as plain text: plutil -convert xml1 ~/Library/Preferences/loginwindow.plist; open ~/Library/Preferences/loginwindow.plist -a TextEdit – Lri – 2011-12-08T19:00:09.890