From c84806e214d0d7f272291393df32384ccc313cbd Mon Sep 17 00:00:00 2001 From: Lignum Crucis Date: Fri, 15 May 2026 17:14:08 -0300 Subject: config: librewolf-profile-selector is my browser --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 52fdbc3..875ec42 100644 --- a/config.h +++ b/config.h @@ -85,7 +85,7 @@ static const Layout layouts[] = { static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", NULL }; static const char *termcmd[] = { "st", NULL }; -static const char *browsercmd[] = { "librewolf", NULL }; +static const char *browsercmd[] = { "librewolf-profile-selector", NULL }; static const char *sscmd[] = { "scr", NULL }; static const char *passcmd[] = { "passmenu", "--type", "-l", "32", "-c", "-bw", "4", NULL }; -- cgit v1.2.3