From e7bd510ddf995ba68f84c102e9b92581320954f6 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Tue, 20 Nov 2018 16:14:43 +0100 Subject: Changed desktop default browser to firefox --- config-desktop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- cgit v1.2.3