Getting rid of Stripes in the FinderIf you use the Finder in Leopard in List mode, you'll have noticed that they've added stripes to every other line so that you can read across the line more easily. If you don't like the addition of the stripes, you can get rid of them. Just open a terminal window and enter the following:
defaults write com.apple.finder FXListViewStripes -bool FALSE You'll then need to restart Finder for the change to take effect. Once you do that, the stripes will be gone. If you want the stripes back, just repeat the command and change FALSE to TRUE.
|

