mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-19 09:48:42 +10:00
.osx: Add hot corners
This commit is contained in:
@@ -122,6 +122,17 @@ defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true
|
||||
# Show the ~/Library folder
|
||||
chflags nohidden ~/Library
|
||||
|
||||
# Hot corners
|
||||
# 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
|
||||
# Top right screen corner → Desktop
|
||||
defaults write com.apple.dock wvous-tr-corner -int 4
|
||||
defaults write com.apple.dock wvous-tr-modifier -int 0
|
||||
# Bottom left screen corner → Start screen saver
|
||||
defaults write com.apple.dock wvous-bl-corner -int 5
|
||||
defaults write com.apple.dock wvous-bl-modifier -int 0
|
||||
|
||||
# Enable highlight hover effect for the grid view of a stack (Dock)
|
||||
defaults write com.apple.dock mouse-over-hilte-stack -bool true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user