Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

hide active app from dock

# replace [AppName] with the name of the app you want hidden
/usr/libexec/PlistBuddy -c 'Add :LSUIElement bool true' /Applications/[AppName].app/Contents/Info.plist

# revert
/usr/libexec/PlistBuddy -c 'Delete :LSUIElement' /Applications/[AppName].app/Contents/Info.plist
Source by apple.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #hide #active #app #dock
ADD COMMENT
Topic
Name
3+2 =