From 4e08e8251cf5c2db611b4484aabc914bce07ff97 Mon Sep 17 00:00:00 2001 From: Ambrose Date: Sat, 28 Feb 2026 01:06:43 -0500 Subject: Switched to Gnu browser --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 6a67d7b..53d8bba 100644 --- a/config.def.h +++ b/config.def.h @@ -67,7 +67,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-fn", dmenufont, "-nb", normbgco static const char *fileman[] = { "st", "ranger", NULL }; static const char *screenshot[] = { "screenshot", NULL }; static const char *termcmd[] = { "st", NULL }; -static const char *browser[] = { "librewolf", NULL }; +static const char *browser[] = { "icecat", NULL }; static const char *email[] = { "betterbird", NULL }; static const char *volup[] = { "sh", "-c", "pactl set-sink-volume @DEFAULT_SINK@ +5%", NULL }; static const char *voldown[] = { "sh", "-c", "pactl set-sink-volume @DEFAULT_SINK@ -5%", NULL }; -- cgit v1.2.3