using boolean in lowercase to combine with other commands
This commit is contained in:
parent
3402eb8a81
commit
04f746c07b
@ -395,11 +395,11 @@ Use your touchpad or mouse scroll wheel to interact with dock items. When enable
|
||||
|
||||
```bash
|
||||
# Enable
|
||||
defaults write com.apple.dock scroll-to-open -bool TRUE && \
|
||||
defaults write com.apple.dock scroll-to-open -bool true && \
|
||||
killall Dock
|
||||
|
||||
# Disable
|
||||
defaults write com.apple.dock scroll-to-open -bool FALSE && \
|
||||
defaults write com.apple.dock scroll-to-open -bool false && \
|
||||
killall Dock
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user