summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLignum Crucis2026-05-15 17:14:08 -0300
committerLignum Crucis2026-05-15 17:14:08 -0300
commitc84806e214d0d7f272291393df32384ccc313cbd (patch)
treea0bbbbf1546e5c8aa064f6c4456349a57136c0a8
parentb707695288e362e0584bb4a40228f6387e468753 (diff)
config: librewolf-profile-selector is my browser
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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 };