Created
November 5, 2025 08:55
-
-
Save vikiboss/b09e0296826c4328196badba3601a7e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 设置 Dock 自动隐藏动画时间为 0.3 秒 | |
| defaults write com.apple.dock autohide-time-modifier -float 0.3 | |
| # 设置 Dock 自动隐藏延迟为 0 秒(立即隐藏) | |
| defaults write com.apple.dock autohide-delay -float 0 | |
| # 重启 Dock 使设置生效 | |
| killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment