diff options
| author | Ambrose <me@librelife.org> | 2026-03-18 18:52:50 -0400 |
|---|---|---|
| committer | Ambrose <me@librelife.org> | 2026-03-18 18:52:50 -0400 |
| commit | fb04dac422e95245fb650791fb1ac0a6e865171c (patch) | |
| tree | 5a39065b0291020497ecf54094903abf4e0c59c9 | |
| parent | 8e6d6b6982c7809fd3e938fb1b4b95a678db0150 (diff) | |
| -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 c376405..746a2f8 100644 --- a/config.def.h +++ b/config.def.h @@ -68,7 +68,7 @@ static const char *fileman[] = { "st", "ranger", NULL }; static const char *screenshot[] = { "screenshot", NULL }; static const char *wallpaper[] = { "setwallpaper", NULL }; static const char *termcmd[] = { "st", NULL }; -static const char *browser[] = { "librewolf", NULL }; +static const char *browser[] = { "palemoon", NULL }; static const char *email[] = { "claws-mail", 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 }; |