Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: Move windows between Spaces via drag' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Move windows between Spaces via drag
Authored by: beba on Oct 30, '07 09:43:39AM

To set delays smaller than a second, use

defaults write com.apple.dock workspaces-edge-delay -float 0.5; killall Dock

Without -float, the number is stored as a string, and it does not work.



[ Reply to This | # ]