From 9c374945b479b50717e326489f2cf8bcbf3ef1ea Mon Sep 17 00:00:00 2001 From: "Brenton \"B-Train\" Fletcher" Date: Tue, 15 Dec 2015 15:11:57 +1100 Subject: [PATCH] Disable edge window resizing on OS X --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25b817f7..988da20f 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ defaults write com.apple.dock autohide -bool TRUE defaults write com.apple.dock autohide-delay -int 0 defaults write com.apple.dock autohide-time-modifier -float 0.2 defaults write ~/Library/Preferences/.GlobalPreferences com.apple.swipescrolldirection -int 0 +defaults write -globalDomain AppleEdgeResizing NO killall Dock ````