summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 31deee3..ae9cd99 100755
--- a/config.h
+++ b/config.h
@@ -72,7 +72,7 @@ static char dmenumon[2] = "1"; /* component of dmenucmd, manipulated in spawn()
static const char *dmenucmd[] = { "dmenu_run", NULL };
static const char *termcmd[] = { "st", NULL };
static const char *rsscmd[] = { "st", "newsboat", NULL };
-static const char *browsercmd[] = { "brave", "--password-store=basic", NULL };
+static const char *browsercmd[] = { "firefox", "--password-store=basic", NULL };
static const char *discordcmd[] = { "flatpak run com.discordapp.Discord", NULL };
static const char *screenshotcmd[] = { "flameshot", "gui", NULL };
static const char *mailcmd[] = { "thunderbird", NULL };