diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-11-20 16:14:43 +0100 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-11-20 16:14:43 +0100 |
commit | e7bd510ddf995ba68f84c102e9b92581320954f6 (patch) | |
tree | 89f33b506c1781428cad185a2747ae6ad2c9cd79 | |
parent | 9e192b850afacc488f0a5976b5e3ae6aaa3b3e6e (diff) |
Changed desktop default browser to firefox
-rw-r--r-- | config-desktop.h | 2 |
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 }; |