Tag: docklib

  • Using a custom package and docklib to add an icon to the Dock in macOS

    This might be a convoluted way to do this, since dockutil has an –allhomes option, but I like using docklib, and so this is one way to go about adding an app to the Dock via a custom package, leveraging docklib and Outset. Here’s the example custom package: gimp_dock. When you look inside, you’ll see…

  • Use docklib to manage macOS docks

    docklib instead of dockutil I have a few posts about using dockutil to manage the macOS dock. dockutil is still a valid and working project, but I’m starting to migrate my scripts to docklib instead. Installing docklib The installation instructions for docklib say you can put the docklib.py file in the same directory as the…