mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
https://mths.be/dotfiles
MIT License
30.02k stars 8.74k forks source link

expose-group-by-app not work on 10.15.4 #921

Open amikai opened 4 years ago

amikai commented 4 years ago

This line are not work for me. My osx version 10.15.4. https://github.com/mathiasbynens/dotfiles/blob/master/.macos#L393

Search group in preference com.apple.dock:

$ defaults read com.apple.dock | grep group
"expose-group-apps" = 0;

Therefore, Use followed command which is work on my macbook:

defaults write com.apple.dock expose-group-apps -bool false