From e94c3b8bcded3ab1f2d2b1dc81c661d1ff918f13 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Mon, 6 Apr 2020 01:34:20 +0200 Subject: [PATCH] lets try qutebrowser --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index df6e11f..7eb5003 100644 --- a/config.def.h +++ b/config.def.h @@ -70,7 +70,7 @@ static const Layout layouts[] = { static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-c", "-l", "20", NULL }; static const char *termcmd[] = { "st", NULL }; -static const char *browsercmd[] = { "firefox", NULL }; +static const char *browsercmd[] = { "qutebrowser", NULL }; static const char *filecmd[] = {"st", "-e", "vifmrun", NULL }; static const char *javaidecmd[] = {"intellij-idea-ultimate-edition", NULL }; static const char *mailcmd[] = {"thunderbird", NULL };