You’re Underutilizing Mac Dock (Five Amazing Tricks!)
<p>If you’ve got loads of apps on the dock, visually separating them into groups of similar apps can be useful.</p>
<p>To do that,</p>
<ul>
<li>Open Terminal,</li>
<li>use <code>defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock</code> .</li>
</ul>
<p>Now, a space pops up on your dock. Drag it across the dock to separate one set of apps.</p>
<p>Keep repeating the command to create more spaces and segregate more groups.</p>
<pre>
<strong>To remove a space:</strong> Use right-click < Remove from Dock (just as you do for an app).</pre>
<h1>#2. Use Dock with keyboard</h1>
<p>If you’re a productivity freak who hates leaving the keyboard and using mouse or trackpad, you’ll love this.</p>
<ul>
<li>Use <strong>fn + ⌃ + F3</strong> to trigger dock,</li>
<li>Use <strong>←</strong> or <strong>→</strong> arrows to move across icons,</li>
<li>Hit return to open an app.</li>
</ul>
<p><a href="https://medium.com/macoclock/youre-underutilizing-mac-dock-five-amazing-tricks-4a05a129e88c"><strong>Read More</strong></a></p>