diff options
author | Brandon <brandon@btkoch.xyz> | 2024-01-03 14:04:58 -0500 |
---|---|---|
committer | Brandon <brandon@btkoch.xyz> | 2024-01-03 14:04:58 -0500 |
commit | dc421982c1549e98e22cbeadb559f89fb5bcc54c (patch) | |
tree | d6ce5d8d1bb67533137eb502ef973c0a63f8832a /config.h | |
parent | 29c7adbb1ef69bff90af8aaecec09f5c68a24400 (diff) |
Diffstat (limited to 'config.h')
-rwxr-xr-x | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |