diff --git a/dockutil-labels.sh b/dockutil-labels.sh index a3a06c8..ada34ba 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -195,6 +195,16 @@ if [[ " $@ " =~ "teamviewerhost" ]]; then APPNA="TeamViewer Host" APPPA="/Applications" +fi +if [[ " $@ " =~ "appleremotedesktop" ]]; then + APPNA="Remote Desktop" + APPPA="/Applications" + +fi +if [[ " $@ " =~ "screensharing" ]]; then + APPNA="Screen Sharing" + APPPA="/System/Library/CoreServices/Applications" + fi if [[ " $@ " =~ "microsoftremotedesktop" ]]; then APPNA="Microsoft Remote Desktop"