#!/bin/bash
cd "$(dirname "$0")"
defaults write com.apple.dock static-only -bool true
mv -f 'Show Active and Pinned Applications (On).command' 'Show Active and Pinned Applications.command'
mv -f 'Only Show Active Applications.command' 'Only Show Active Applications (On).command'
killall Dock Terminal
