Skip to content

Commit

Permalink
added hot corner documentation to .osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Androwis Abumoussa committed Dec 27, 2012
1 parent b7389dc commit 5cecd1e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .osx
Expand Up @@ -334,6 +334,15 @@ 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
# 0 : noop
# 2 : mission_control
# 3 : 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
Expand Down Expand Up @@ -551,4 +560,4 @@ for app in "Address Book" "Calendar" "Contacts" "Dashboard" "Dock" "Finder" \
"Twitter" "iCal" "iTunes"; do
killall "$app" > /dev/null 2>&1
done
echo "Done. Note that some of these changes require a logout/restart to take effect."
echo "Done. Note that some of these changes require a logout/restart to take effect."

0 comments on commit 5cecd1e

Please sign in to comment.