Preferences‎ > ‎

launch_exec

(Mac/Linux) This is a method for specifying how to launch a web browser to a given URL from your system.  Use [url] to specify where the URL should be inserted.

The equivalent of the default value is: (Mac)
open "[url]" > /dev/null 2>&1 &
(Linux)
xdg-open "[url]" > /dev/null 2>&1 &

Comments