From ea723385ca514130b9e7cce17f7c3ef52bc931e7 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 18 Sep 2023 14:40:46 -0600 Subject: [PATCH] surf wrapper --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index b310314..7a5fca2 100644 --- a/config.def.h +++ b/config.def.h @@ -80,7 +80,7 @@ static const char *klayout[] = { "setxkbmap-next", NULL }; static const char *doutput[] = { "menu-output", NULL }; static const char *dinput[] = { "menu-input", NULL }; static const char *dpower[] = { "menu-power", NULL }; -static const char *browser[] = { "tabbed-surf", NULL }; +static const char *browser[] = { "surf", NULL }; static const char *wpa_gui[] = { "wpa_gui", NULL }; static const char *brightdown[] = { "brightdown", NULL }; static const char *brightup[] = { "brightup", NULL };