Skip to content

Commit

Permalink
.osx: Remove “increase window resize speed”
Browse files Browse the repository at this point in the history
Sadly, this doesn’t work anymore in OS X 10.10.
  • Loading branch information
mathiasbynens committed Nov 28, 2014
1 parent 6e9822e commit 4471e27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
# (Uncomment if you’re on an older Mac that messes up the animation)
#defaults write NSGlobalDomain NSScrollAnimationEnabled -bool false

# Increase window resize speed for Cocoa applications
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001

# Expand save panel by default
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true
Expand Down
2 changes: 1 addition & 1 deletion bin/httpcompression
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Useful Links:
#
# - HTTP/1.1 (RFC 2616) - Content Codings:
# http://tools.ietf.org/html/rfc2616#section-3.5
# https://tools.ietf.org/html/rfc2616#section-3.5
#
# - SDCH Specification:
# http://www.blogs.zeenor.com/wp-content/uploads/2011/01/Shared_Dictionary_Compression_over_HTTP.pdf
Expand Down

0 comments on commit 4471e27

Please sign in to comment.