perfaram / Blackspace

Add blank spaces to OS X's Dock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackspace

Blackspace is an application that adds "blank" spaces (or "spacers") to the macOS Dock.

This is most commonly used as a way to seperate apps into logical categories.

To remove a space drag it off the Dock, like you would any other icon.

Download Blackspace.app

How does it work?

It uses a programmatic equivalent to the following commands to add Dock spacers, so if you're comfortable with using the Terminal then just do the following instead:

> defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
> killall Dock

Or, if you want a thin spacer, replaces spacer-tile by small-spacer-tile.

Enjoy.

About

Add blank spaces to OS X's Dock


Languages

Language:Swift 100.0%