From a4d532620de70cb5b1a3dcb60f5ea9aed91a9b6b Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sat, 22 Apr 2023 11:01:59 -0600 Subject: [PATCH] surf better --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 676b4c5..e5f739e 100644 --- a/config.def.h +++ b/config.def.h @@ -76,7 +76,7 @@ static const char *dlayout[] = { "dmenu-layout", NULL }; static const char *doutput[] = { "dmenu-output", NULL }; static const char *dinput[] = { "dmenu-input", NULL }; static const char *dpower[] = { "dmenu-power", NULL }; -static const char *browser[] = { "librewolf", NULL }; +static const char *browser[] = { "tabbed-surf", NULL }; static const char *iwctlscan[] = { "iwctl-scan", NULL }; static const char *brightdown[] = { "brightdown", NULL }; static const char *brightup[] = { "brightup", NULL };