kfahy / slack-disable-wysiwyg-bookmarklet

Disables the WYSIWYG editor in Slack.
MIT License
824 stars 23 forks source link

Use launchctl setenv on macOS #11

Open dominiklohmann opened 4 years ago

dominiklohmann commented 4 years ago

On macOS, you can use launchctl setenv to set global environment variables for application bundles. No need to start it from the Terminal.

launchctl setenv SLACK_DEVELOPER_MENU "true"
# then restart slack