<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									macOS - Instant show Dock (when Dock is set to Auto Hide) - MacOS X Software				            </title>
            <link>https://www.tweaking4all.com/forum/macos-x-software/macos-instant-show-dock-when-dock-is-set-to-auto-hide/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 17 Jun 2026 03:20:53 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>macOS - Instant show Dock (when Dock is set to Auto Hide)</title>
                        <link>https://www.tweaking4all.com/forum/macos-x-software/macos-instant-show-dock-when-dock-is-set-to-auto-hide/#post-4465</link>
                        <pubDate>Wed, 05 Oct 2022 18:32:28 +0000</pubDate>
                        <description><![CDATA[As some know, we can do quite a few settings in Terminal (Application -&gt; Utilities).Here is one that shows the dock instantly when it is set to Auto Hide;
defaults write com.apple.dock a...]]></description>
                        <content:encoded><![CDATA[<p>As some know, we can do quite a few settings in <strong>Terminal</strong> (Application -&gt; Utilities).<br />Here is one that shows the dock instantly when it is set to Auto Hide;</p>
<pre contenteditable="false">defaults write com.apple.dock autohide-delay -float 0; defaults write com.apple.dock autohide-time-modifier -int 0;killall Dock</pre>
<p>When moving to the Dock area, you'll see how freakin' fast it now appears.</p>
<p>You can undo this with:</p>
<pre contenteditable="false">defaults write com.apple.dock autohide-delay -float 0.5; defaults write com.apple.dock autohide-time-modifier -int 0.5 ;killall Dock</pre>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/macos-x-software/">MacOS X Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/macos-x-software/macos-instant-show-dock-when-dock-is-set-to-auto-hide/#post-4465</guid>
                    </item>
							        </channel>
        </rss>
		