diff options
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index c30fdcf..7f2fed0 100644 --- a/config.def.h +++ b/config.def.h @@ -87,7 +87,7 @@ static const char *nnnfm[] = { "st", "nnn", "-decC", NULL }; static const char *bluctl[] = { "bluctl", NULL }; static const char *damb[] = { "damb", NULL }; static const char *web[] = { "tabbed", "-c", "surf", "-e", NULL }; -static const char *webalt[] = { "librewolf", NULL }; +static const char *webalt[] = { "firefox", NULL }; static const char *ncmpcpp[] = { "st", "ncmpcpp-ueberzug", NULL }; static const char *ytsearch[] = { "st", "ytfzf", "-tl", NULL }; static const char *ytsub[] = { "st", "ytfzf", "-tl", "--subs=4", NULL }; |