macos-defaults
macos-defaults copied to clipboard
Only show active applications in Dock
- [x] I made sure this command is not in the commands list
- [x] I searched and didn't find this command in the listed issues
- [x] I know this
defaultscommand exists - [x] I know this command works on macOS current version
- [ ] I know this command is deprecated on macOS current version
- Folder: Dock
- Command: defaults write com.apple.dock static-only -bool true && killall Dock
- Argument type (if applicable): bool
- Examples:
trueenabledfalse(default) disabled
Can I work on this?
Sure!