Skip to content

Instantly share code, notes, and snippets.

@RuchirChawdhry
Created May 1, 2020 11:45
Show Gist options
  • Save RuchirChawdhry/f9da2096bc967f64a8fe157b357636b2 to your computer and use it in GitHub Desktop.
Save RuchirChawdhry/f9da2096bc967f64a8fe157b357636b2 to your computer and use it in GitHub Desktop.
Reads the current workspace drag delay and writes a value of 0 to remove that delay
defaults read com.apple.dock workspaces-edge-delay
defaults write com.apple.dock workspaces-edge-delay -float 0
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment