diff options
| author | Ambrose <me@librelife.org> | 2026-02-28 01:06:43 -0500 |
|---|---|---|
| committer | Ambrose <me@librelife.org> | 2026-02-28 01:06:43 -0500 |
| commit | 4e08e8251cf5c2db611b4484aabc914bce07ff97 (patch) | |
| tree | a53ac29a4119c648d144a73680f2a4d8409c03a2 | |
| parent | 576a8aac2079e87c50c065be7437c700102e0695 (diff) | |
Switched to Gnu browser
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |