From 755584e3944bac323e742091851b50840cf7431a Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 8 Aug 2012 11:10:59 +0200 Subject: .osx: Use list view in all Finder windows by default http://superuser.com/questions/320955/forcing-lion-finder-to-open-in-list-view#comment345957_320955 --- .osx | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 77b1879..623c83c 100755 --- a/.osx +++ b/.osx @@ -205,6 +205,10 @@ defaults write com.apple.finder OpenWindowForNewRemovableDisk -bool true /usr/libexec/PlistBuddy -c "Set :FK_StandardViewSettings:IconViewSettings:iconSize 80" ~/Library/Preferences/com.apple.finder.plist /usr/libexec/PlistBuddy -c "Set :StandardViewSettings:IconViewSettings:iconSize 80" ~/Library/Preferences/com.apple.finder.plist +# Use list view in all Finder windows by default +# Four-letter codes for the other view modes: `icnv`, `clmv`, `Flwv` +defaults write com.apple.Finder FXPreferredViewStyle -string "Nlsv" + # Disable the warning before emptying the Trash defaults write com.apple.finder WarnOnEmptyTrash -bool false -- cgit v1.2.3