From e720e922a6e0c911f47ec8c2a203a3bcd92ac4f4 Mon Sep 17 00:00:00 2001 From: Ronald Date: Tue, 6 Oct 2020 10:23:57 +0100 Subject: [PATCH] Updated browser command to be Firefox --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 80b04dd..c7b7521 100644 --- a/config.h +++ b/config.h @@ -60,7 +60,7 @@ static const char *dmenucmd[] = { "dmenu_run", NULL }; static const char *termcmd[] = { "st", NULL }; static const char *ftermcmd[] = { "st", "-n", "floating", NULL }; -static const char *webcmd[] = { "qutebrowser", NULL }; +static const char *webcmd[] = { "firefox", NULL }; static const char *notcmd[] = { "notinfo", NULL }; static const char *xcmd[] = { "pkill", "x", NULL }; static const char *mutecmd[] = { "pulsemixer", "--toggle-mute", NULL };