diff options
| author | Lignum Crucis | 2026-05-15 17:14:08 -0300 |
|---|---|---|
| committer | Lignum Crucis | 2026-05-15 17:14:08 -0300 |
| commit | c84806e214d0d7f272291393df32384ccc313cbd (patch) | |
| tree | a0bbbbf1546e5c8aa064f6c4456349a57136c0a8 | |
| parent | b707695288e362e0584bb4a40228f6387e468753 (diff) | |
config: librewolf-profile-selector is my browser
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |
