aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-08 11:10:59 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-08 11:10:59 +0200
commit755584e3944bac323e742091851b50840cf7431a (patch)
tree9aca817017994b1561eee5fd9a8c59a760cbfd8f /.osx
parentf57f9e7003727dc5c0fbe1a843734e453cf01d0a (diff)
downloaddotfiles-755584e3944bac323e742091851b50840cf7431a.tar.gz
dotfiles-755584e3944bac323e742091851b50840cf7431a.tar.bz2
dotfiles-755584e3944bac323e742091851b50840cf7431a.zip
.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
Diffstat (limited to '.osx')
-rwxr-xr-x.osx4
1 files changed, 4 insertions, 0 deletions
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