Dock 是一种访问(The Dock is an easy way to get access to the apps and utilities)Mac上可用的应用程序和实用程序的简单方法。它是动态的和交互式的,这意味着如果一个应用程序想要吸引你的注意力,它可以自己反弹来吸引你的眼球。这适用于某些应用程序,但您不希望每个应用程序都不断弹跳并分散您的注意力。
幸运的是,您可以阻止图标在Mac上的Dock中弹跳,包括一种帮助您摆脱这种烦人行为的永久方法。但实际上有多种方法可以防止Dock图标弹跳。
此外,请务必从我们的姊妹网站查看我们的 YouTube 频道,我们将在其中执行以下简短视频(short video)中提到的相同步骤。
使用系统偏好设置停止图标在 Dock 中弹跳(Stop Icons Bouncing in Dock Using System Preferences)
让自己免受不断弹跳的Dock图标干扰的最简单方法之一是禁用Mac上“(Mac)系统偏好设置”(System Preferences)面板中的图标弹跳选项。禁用后,您的图标将不再具有动画效果。
- 单击(Click)屏幕左上角的Apple标志,然后选择(Apple)System Preferences 选项(System Preferences)。
- 当首选项窗格打开时,查找显示Dock的选项并单击它以将其打开。它将打开您的Dock设置菜单。
- 在以下屏幕上,您将找到几个选项,可让您自定义Dock的行为。您需要找到显示“ Animate 打开应用程序(Animate opening applications)”的选项并取消勾选它。这将禁用该功能。
- 尽管您已禁用Dock动画功能,但它可能不会生效,因为Dock需要重新启动。为此,请打开终端(Terminal)窗口并在其中运行以下命令。
杀戮码头;(killall Dock;)
Dock将重新启动,您的应用程序图标将不再反弹。
使用终端停止在 Mac 上的 Dock 中弹跳的图标(Stop Icons Bouncing in Dock On Mac Using The Terminal)
某些应用程序不遵循 Mac 给出的指示,并且(Mac)无论您对 Mac 进行了何种更改,它们仍然会弹跳(Mac)。
如果禁用动画功能对您不起作用,并且您的应用程序图标继续骚扰您,您可能希望永久杀死它们。有一个终端(Terminal)命令可以让你做到这一点。
- 在Mac(Mac)上使用您喜欢的方式启动终端(Terminal)。
- 在终端(Terminal)窗口中输入以下命令,然后按Enter。它将禁用Dock图标的弹跳行为。
默认写入 com.apple.dock no-bouncing -bool TRUE;(defaults write com.apple.dock no-bouncing -bool TRUE;)
- 您需要重新启动Dock才能看到更改。为此,请在终端(Terminal)窗口中输入以下命令,然后按Enter。
杀戮码头;
(killall Dock;) - 从现在开始,您的Dock图标将永远不会弹跳——无论如何。你的Mac(Mac)严格告诉他们不要移动。
将来,如果您希望将图标恢复为默认行为,即允许它们弹跳,您可以通过在Mac上的(Mac)终端(Terminal)应用程序中运行以下命令来实现。默认写入 com.apple.dock no-bouncing -bool FALSE;(defaults write com.apple.dock no-bouncing -bool FALSE;)
执行命令后,图标将恢复操作。
摆脱你视线中的弹跳码头图标(Get Rid Of Bouncing Dock Icons From Your Sight)
您注意到Dock图标弹跳的原因之一是它们足够大,可以在您的视线范围内。如果你能以某种方式改变它们的图标大小(change their icon size),你就不会看到它们。
您的Mac允许您为Dock图标设置自定义大小,并且您可以减小图标的大小,以免它们打扰您。
使用系统偏好设置减小 Dock 图标大小(Use System Preferences To Reduce The Dock Icon Size)
此方法可让您减小大小,但仅限于允许的最小大小。为了获得更大的灵活性,请使用下面的第二种方法。
- 单击(Click)顶部的Apple标志并选择(Apple)System Preferences。
- 单击Dock打开 Dock 设置。
- 将名为Size(Size)的滑块一直拖到左侧,它会减小Dock图标的大小。
更改是即时的,您可以通过将鼠标悬停在 Mac 屏幕的底部来查看它们。要反转效果,只需将滑块向右拖动,它就会增加图标的大小。
使用终端减小 Dock 图标大小(Use The Terminal To Reduce Dock Icon Size)
终端(Terminal)可以将图标的大小减小到 1px,因此它们几乎不可见。
- 在 Mac 上启动终端。(Terminal)
- 键入以下命令,然后按Enter。
默认写入 com.apple.dock tilesize -float 1;
杀戮码头;(defaults write com.apple.dock tilesize -float 1;killall Dock;)
如果您想将图标恢复到原来的大小,请将上述命令中的1替换为64并执行它。(64)
隐藏 Mac 上的 Dock(Hide The Dock On Your Mac)
Dock并不是独一无二的,它的许多功能也可以通过 Mac 上的其他工具访问(Mac)。例如,您可以使用Launchpad而不是Dock来访问您的应用程序,等等。
在这种情况下,您可以隐藏Dock,它会帮助您摆脱弹跳的Dock图标。
- 单击(Click)顶部的Apple标志并选择(Apple)System Preferences。
- 在以下屏幕上选择Dock 。
- 启用自动隐藏和显示 Dock选项(Automatically hide and show the Dock)
How to Permanently Stop Dock Icons from Bouncing
The Dock is an easy way to get access to the apps and utilities available on your Mac. It’s dynamic and interactive, meaning if an app wants to grab your attention, it can bounce itself to attract your eye. This works fine for some apps, but you don’t want every app to keep on bouncing and distracting you from what you’re doing.
Fortunately, you can stop icons bouncing in the Dock on your Mac, including a permanent method that helps you get rid of this annoying behavior. But there are actually multiple ways to prevent the Dock icons from bouncing.
Also, be sure to check out our YouTube channel from our sister site where we go through the same steps mentioned below in a short video.
Stop Icons Bouncing in Dock Using System Preferences
One of the easiest ways to save yourself from the constant distraction of the bouncing Dock icons is to disable the icon bounce option in the System Preferences pane on your Mac. Once it’s disabled, your icons will no longer animate.
- Click on the Apple logo at the top-left corner of your screen and select the option that says System Preferences.
- When the preferences pane opens, look for the option that says Dock and click on it to open it. It’ll open your Dock settings menu.
- On the following screen, you’ll find several options that let you customize the behavior of your Dock. You need to find the option that says Animate opening applications and untick it. This will disable the feature.
- Although you’ve disabled the Dock animation feature, it’ll likely not be in effect as the Dock needs to be relaunched. To do it, open a Terminal window and run the following command in it.
killall Dock;
The Dock will relaunch and your app icons will no longer bounce.
Stop Icons Bouncing in Dock On Mac Using The Terminal
Some apps do not follow the directions given by your Mac and they still bounce regardless of the changes you made to your Mac.
If disabling the animation feature didn’t do the job for you and your app icons continue to harass you, you might want to kill them permanently. There’s a Terminal command that will let you do it.
- Launch Terminal using your preferred way on your Mac.
- Type in the following command into the Terminal window and press Enter. It’ll disable the bouncing behavior of your Dock icons.
defaults write com.apple.dock no-bouncing -bool TRUE;
- You’ll need to relaunch the Dock so the changes can be seen. To do it, enter the following command in your Terminal window and press Enter.
killall Dock;
- From now on, your Dock icons will never bounce – no matter what. They’ve strictly been told by your Mac not to move even a bit.
In the future, if you ever wish to bring the icons back to their default behavior, i.e., to allow them to bounce, you can do so by running the following command in the Terminal app on your Mac.
defaults write com.apple.dock no-bouncing -bool FALSE;
Once the command is executed, the icons will be back to action.
Get Rid Of Bouncing Dock Icons From Your Sight
One of the reasons why you notice that your Dock icons are bouncing is because they’re large enough to be in your sight. If you could somehow change their icon size, you wouldn’t see them.
Your Mac allows you to set a custom size for your Dock icons and you can reduce the size of the icons so they no longer annoy you.
Use System Preferences To Reduce The Dock Icon Size
This method lets you reduce the size but only to a minimum size allowed. For more flexibility, go for the second method below.
- Click on the Apple logo at the top and select System Preferences.
- Click on Dock to open the Dock settings.
- Drag the slider named Size all the way to the left and it’ll reduce the size of your Dock icons.
The changes are instant and you can see them by hovering over the bottom part of your Mac’s screen. To reverse the effect, simply drag the slider to the right and it’ll increase the size of your icons.
Use The Terminal To Reduce Dock Icon Size
Terminal can decrease the size of your icons up to 1px so they’re hardly visible.
- Launch Terminal on your Mac.
- Type in the following command and press Enter.
defaults write com.apple.dock tilesize -float 1;
killall Dock;
If you ever want to bring the icons back to their original size, replace 1 with 64 in the above command and execute it.
Hide The Dock On Your Mac
The Dock isn’t something unique and many of its features can be accessed by other tools as well on your Mac. For example, you can use Launchpad to access your apps instead of the Dock, and so on.
In that case, you can hide the Dock and it’ll help you get rid of the bouncing Dock icons.
- Click on the Apple logo at the top and select System Preferences.
- Choose Dock on the following screen.
- Enable the option that says Automatically hide and show the Dock