diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-01-11 21:20:31 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-11 21:20:31 +0530 |
commit | 99769ed352212a1adb81cbf19af6272f8da3f4f3 (patch) | |
tree | e8a07f35b7588c0a50097389cd8cc03e2a7dfb9b /config.def.h | |
parent | f3bb4fdd87468fdd351dd825b1e88ff69a4ff787 (diff) |
Diffstat (limited to 'config.def.h')
-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 }; |