ENH use chromium as default web browser

This commit is contained in:
Nathan Dwarshuis 2020-09-22 16:08:52 -04:00
parent 8c98ab5939
commit 40eb5b1ddd
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ runCalc :: X ()
runCalc = spawnCmd myTerm ["-e", "R"] runCalc = spawnCmd myTerm ["-e", "R"]
runBrowser :: X () runBrowser :: X ()
runBrowser = spawn "firefox" runBrowser = spawn "chromium"
runEditor :: X () runEditor :: X ()
runEditor = spawnCmd "emacsclient" runEditor = spawnCmd "emacsclient"