Tiptoe Advanced Preference Settings
Introduction
Making changes to these preference settings requires the use of the terminal. These commands need to be entered when Tiptoe is not running.
You should be able to copy and paste the commands into the terminal.
Status Audio
This switches on an audio "Tink" sound for when privacy has been restored to an Application (defaults to NO):
defaults write com.zenopolis.Tiptoe StatusAudio -bool YES
To clear this preference use:
defaults delete com.zenopolis.Tiptoe StatusAudio
Debug Menu Enabled
This preference switches on Tiptoe's Debug menu. This has an item for displaying the potential actions performed by Tiptoe for each application. (defaults to NO):
defaults write com.zenopolis.Tiptoe DebugMenuEnabled -bool YES
To clear this preference use:
defaults delete com.zenopolis.Tiptoe DebugMenuEnabled
Debug Log Enabled
This switches on the debug log. This will log to a console file (defaults to NO):
defaults write com.zenopolis.Tiptoe DebugLogEnabled -bool YES
To clear this preference use:
defaults delete com.zenopolis.Tiptoe DebugLogEnabled
