Skip to content

Instantly share code, notes, and snippets.

@bradfordpythian
Created December 7, 2016 15:57
Show Gist options
  • Save bradfordpythian/4459b88cfe5d41fcc172c1503ade901a to your computer and use it in GitHub Desktop.
Save bradfordpythian/4459b88cfe5d41fcc172c1503ade901a to your computer and use it in GitHub Desktop.
Ubuntu desktop browser configuration
$ xdg-settings get default-web-browser
google-chrome.desktop
$ xdg-open http://google.com/
$ xdg-settings set default-web-browser firefox.desktop
$ xdg-open http://google.com/
$ file `which xdg-open`
/usr/bin/xdg-open: POSIX shell script, ASCII text executable
$ more `which xdg-open`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment