diff options
| author | Ambrose <me@librelife.org> | 2026-03-01 14:33:50 -0500 |
|---|---|---|
| committer | Ambrose <me@librelife.org> | 2026-03-01 14:33:50 -0500 |
| commit | 8e6d6b6982c7809fd3e938fb1b4b95a678db0150 (patch) | |
| tree | 22228b052380217c302f4a52e04a3ddf80ea682a | |
| parent | 8e4343b86b224f78f9910c535dcec4caf7a2965d (diff) | |
Fixed email and web
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index b10303d..c376405 100644 --- a/config.def.h +++ b/config.def.h @@ -68,8 +68,8 @@ 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[] = { "icecat", NULL }; -static const char *email[] = { "betterbird", NULL }; +static const char *browser[] = { "librewolf", 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 }; static const char *volmute[] = { "sh", "-c", "pactl set-sink-mute @DEFAULT_SINK@ toggle", NULL }; |