Skip to content

hotCorners

Desktop & Dock > Hot Corners > Bottom Left Corner

Option Module: home-manager

Option Path: applications.systemSettings.desktopAndDock.hotCorners.bottomLeft

Option Value Description: null or one of "-", "Application Windows", "Dashboard", "Desktop", "Disable Screen Saver", "Launchpad", "Lock Screen", "Mission Control", "Notification Center", "Put Display to Sleep", "Quick Note", "Start Screen Saver"

-:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-bl-corner -int "1" 2>/dev/null || true

Application Windows:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-bl-corner -int "3" 2>/dev/null || true

Dashboard:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-bl-corner -int "7" 2>/dev/null || true

Desktop:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-bl-corner -int "4" 2>/dev/null || true

Disable Screen Saver:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-bl-corner -int "6" 2>/dev/null || true

Launchpad:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-bl-corner -int "11" 2>/dev/null || true

Lock Screen:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-bl-corner -int "13" 2>/dev/null || true

Mission Control:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-bl-corner -int "2" 2>/dev/null || true

Notification Center:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-bl-corner -int "12" 2>/dev/null || true

Put Display to Sleep:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-bl-corner -int "10" 2>/dev/null || true

Quick Note:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-bl-corner -int "14" 2>/dev/null || true

Start Screen Saver:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-bl-corner -int "5" 2>/dev/null || true

Desktop & Dock > Hot Corners > Bottom Right Corner

Option Module: home-manager

Option Path: applications.systemSettings.desktopAndDock.hotCorners.bottomRight

Option Value Description: null or one of "-", "Application Windows", "Dashboard", "Desktop", "Disable Screen Saver", "Launchpad", "Lock Screen", "Mission Control", "Notification Center", "Put Display to Sleep", "Quick Note", "Start Screen Saver"

-:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-br-corner -int "1" 2>/dev/null || true

Application Windows:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-br-corner -int "3" 2>/dev/null || true

Dashboard:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-br-corner -int "7" 2>/dev/null || true

Desktop:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-br-corner -int "4" 2>/dev/null || true

Disable Screen Saver:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-br-corner -int "6" 2>/dev/null || true

Launchpad:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-br-corner -int "11" 2>/dev/null || true

Lock Screen:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-br-corner -int "13" 2>/dev/null || true

Mission Control:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-br-corner -int "2" 2>/dev/null || true

Notification Center:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-br-corner -int "12" 2>/dev/null || true

Put Display to Sleep:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-br-corner -int "10" 2>/dev/null || true

Quick Note:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-br-corner -int "14" 2>/dev/null || true

Start Screen Saver:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-br-corner -int "5" 2>/dev/null || true

Desktop & Dock > Hot Corners > Top Left Corner

Option Module: home-manager

Option Path: applications.systemSettings.desktopAndDock.hotCorners.topLeft

Option Value Description: null or one of "-", "Application Windows", "Dashboard", "Desktop", "Disable Screen Saver", "Launchpad", "Lock Screen", "Mission Control", "Notification Center", "Put Display to Sleep", "Quick Note", "Start Screen Saver"

-:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tl-corner -int "1" 2>/dev/null || true

Application Windows:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tl-corner -int "3" 2>/dev/null || true

Dashboard:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tl-corner -int "7" 2>/dev/null || true

Desktop:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tl-corner -int "4" 2>/dev/null || true

Disable Screen Saver:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tl-corner -int "6" 2>/dev/null || true

Launchpad:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tl-corner -int "11" 2>/dev/null || true

Lock Screen:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tl-corner -int "13" 2>/dev/null || true

Mission Control:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tl-corner -int "2" 2>/dev/null || true

Notification Center:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tl-corner -int "12" 2>/dev/null || true

Put Display to Sleep:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tl-corner -int "10" 2>/dev/null || true

Quick Note:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tl-corner -int "14" 2>/dev/null || true

Start Screen Saver:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tl-corner -int "5" 2>/dev/null || true

Desktop & Dock > Hot Corners > Top Right Corner

Option Module: home-manager

Option Path: applications.systemSettings.desktopAndDock.hotCorners.topRight

Option Value Description: null or one of "-", "Application Windows", "Dashboard", "Desktop", "Disable Screen Saver", "Launchpad", "Lock Screen", "Mission Control", "Notification Center", "Put Display to Sleep", "Quick Note", "Start Screen Saver"

-:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tr-corner -int "1" 2>/dev/null || true

Application Windows:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tr-corner -int "3" 2>/dev/null || true

Dashboard:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tr-corner -int "7" 2>/dev/null || true

Desktop:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tr-corner -int "4" 2>/dev/null || true

Disable Screen Saver:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tr-corner -int "6" 2>/dev/null || true

Launchpad:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tr-corner -int "11" 2>/dev/null || true

Lock Screen:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tr-corner -int "13" 2>/dev/null || true

Mission Control:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tr-corner -int "2" 2>/dev/null || true

Notification Center:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tr-corner -int "12" 2>/dev/null || true

Put Display to Sleep:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tr-corner -int "10" 2>/dev/null || true

Quick Note:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tr-corner -int "14" 2>/dev/null || true

Start Screen Saver:

Terminal window
/usr/bin/defaults write ~/Library/Preferences/ByHost/com.apple.dock wvous-tr-corner -int "5" 2>/dev/null || true