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 };