Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Non-Applescript solutions' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Non-Applescript solutions
Authored by: jscarry on Mar 22, '04 07:58:38PM

This was probaly covered before but, you can also use the free Tinkertool app to pin the trash to the bottom of the screen when the dock is on the left or right side.

Or you can use TextEdit to edit the ~/Library/Preferences/com.apple.dock.plist file and add two lines near the end.
<key>pinning</key>
<string>end</string>
The last two lines of the file remain as:
</dict>
</plist>
Restart the dock and the trash is always at the bottom of the screen.

I put an alias for my hardrive just above it and an alias for my local server just above that and I always know where to find them.



[ Reply to This | # ]