aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-11-20 16:14:43 +0100
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-11-20 16:14:43 +0100
commite7bd510ddf995ba68f84c102e9b92581320954f6 (patch)
tree89f33b506c1781428cad185a2747ae6ad2c9cd79
parent9e192b850afacc488f0a5976b5e3ae6aaa3b3e6e (diff)
Changed desktop default browser to firefox
-rw-r--r--config-desktop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-desktop.h b/config-desktop.h
index 15cebe1..09ffac0 100644
--- a/config-desktop.h
+++ b/config-desktop.h
@@ -109,7 +109,7 @@ static const Layout layouts[] = {
/* commands */
static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", colors[0][ColBG], "-nf", colors[0][ColFG],"-sb", colors[1][ColBG], "-sf", colors[1][ColFG], NULL };
static const char *termcmd[] = { "xterm", NULL };
-static const char *browsercmd[] = { "chromium", NULL };
+static const char *browsercmd[] = { "firefox", NULL };
static const char *emailcmd[] = { "thunderbird", NULL };
static const char *playercmd[] = { "deadbeef", NULL };
static const char *editorcmd[] = { "gedit", NULL };