summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmbrose <me@librelife.org>2026-02-27 17:58:44 -0500
committerAmbrose <me@librelife.org>2026-02-27 17:58:44 -0500
commitd195569f6c1bce490084c69c7492c797ae966aaa (patch)
treeaa9eb435198a5f5c6fa8b1847f49d35840046320
parentebd69ee08fb96e736b489229029572d006bbe531 (diff)
Switched to "betterbird" as email client
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index c376405..399def2 100644
--- a/config.def.h
+++ b/config.def.h
@@ -69,7 +69,7 @@ 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 *email[] = { "claws-mail", 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 };
static const char *volmute[] = { "sh", "-c", "pactl set-sink-mute @DEFAULT_SINK@ toggle", NULL };