Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

The Dock and FCPX?

Last year I complained that I was getting irritated by the way the hidden Dock kept popping up accidentally when my cursor unintentionally went too far below the timeline in FCP X.


A number of solutions were suggested but eventually I decided to keep the icons small and visible at all times.


Today I decided to try hiding the dock but when I moved my cursor to the bottom of the screen it did not appear.


This baffled me for several minutes until I discovered that the cursor needs to be at the bottom of the screen for 3 seconds in order for the dock to appear.


Can this timing delay be altered?

iMac 27″ 5K, macOS 12.6

Posted on May 28, 2023 5:06 AM

Reply
Question marked as Top-ranking reply

Posted on May 28, 2023 6:13 AM

Yes, it can be changed up or down. In my case, I actually increased it, because I have no use for the Dock and I can turn it on and off with Command-Option-D. This way I never have it accidentally appear.


I am away from my mac but I will check later and tell you the command to make the changes.

8 replies
Sort By: 
Question marked as Top-ranking reply

May 28, 2023 6:13 AM in response to Ian R. Brown

Yes, it can be changed up or down. In my case, I actually increased it, because I have no use for the Dock and I can turn it on and off with Command-Option-D. This way I never have it accidentally appear.


I am away from my mac but I will check later and tell you the command to make the changes.

Reply

May 29, 2023 12:05 AM in response to Larrie Easterly

Possibly true but for the last 20 odd years I have used the right hand side of the screen . . .



One thing that has puzzled me Luis is that you and others keep coming up with Terminal code.


Is it something you have worked out yourself or have you been told it or is there a repository somewhere with all the commands?

Reply

May 28, 2023 11:48 AM in response to Ian R. Brown

For completeness, and in case you or someone wants to try it, I checked the command I mentioned:


defaults write com.apple.dock autohide-delay -float 0.5 && killall Dock


You can of course use a different number instead of 0.5 (I used 5 myself, to make a looong delay, as I'd rather not show the Dock accidentally). You can even put in 0 to have no delay if you wish.

Reply

May 29, 2023 1:41 AM in response to Ian R. Brown

I am not aware of any repository of such commands.


There is a general method to read and write plist files using the Terminal:


defaults read rev_url [stuff]


defaults write rev_url [stuff]



where rev_url is a way to identify things using reverse url notation - like

com.apple.dock, com.apple.finder, etc



This provides a way to read or write preferences, but we need to know the correct names for each setting.

Some I have learned over time, but mostly I just search online when I need one.

For example, I searched for

defaults command to change dock delay


and boom!




Reply

May 29, 2023 1:46 AM in response to Ian R. Brown

If the Dock is hidden, it should not make all that difference, but I also have it on the right side.


I can reach for the Desktop with a four-finger gesture on the trackpad, and the Dock is not covering the hard drive or folder icons, because it is not showing at all 😎

Reply

The Dock and FCPX?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.