From 9b78c9336ce1ef4aeabf5284d0ff18c57f2583df Mon Sep 17 00:00:00 2001 From: Androwis Abumoussa Date: Thu, 27 Dec 2012 10:48:10 -0500 Subject: .osx: Document the various values for Hot Corners settings --- .osx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.osx b/.osx index 6796252..bddb268 100755 --- a/.osx +++ b/.osx @@ -334,6 +334,16 @@ ln -s /Applications/Xcode.app/Contents/Applications/iPhone\ Simulator.app /Appli #defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}' # Hot corners +# Possible values: +# 0: no-op +# 2: Mission Control +# 3: Show application windows +# 4: Desktop +# 5: Start screen saver +# 6: Disable screen saver +# 7: Dashboard +# 10: Put display to sleep +# 11: Launchpad # Top left screen corner → Mission Control defaults write com.apple.dock wvous-tl-corner -int 2 defaults write com.apple.dock wvous-tl-modifier -int 0 -- cgit v1.2.3