From dc421982c1549e98e22cbeadb559f89fb5bcc54c Mon Sep 17 00:00:00 2001 From: Brandon Date: Wed, 3 Jan 2024 14:04:58 -0500 Subject: change default browser to firefox --- config.h | 2 +- dwm | Bin 73048 -> 73048 bytes dwm.o | Bin 67416 -> 67416 bytes 3 files changed, 1 insertion(+), 1 deletion(-) 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 }; diff --git a/dwm b/dwm index d6b8c02..e33f3cb 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index b3dd946..d6e9145 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3