aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-09-18 15:04:46 -0500
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-09-18 15:37:16 -0500
commit7710cf050d1a66f35fc590e0000bb300a707a5e1 (patch)
tree354f6bfeed36f952de0e74231cdea4cfd4d645b6 /config.def.h
parentd14ee99661e420c8e3d8fcc6791429a0e08bd915 (diff)
change the default term to `foot`
it is closer to the suckless philosophy (foot implements things that the suckless guys would say that should be done by tmux or something else, but I have no desire to create a new terminal emulator, and the best fit is foot) also alacritty uses +100Mb of memory, more that dwl itself (~90Mb) and foot only ~20Mb
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 29c6dbf..ec1f052 100644
--- a/config.def.h
+++ b/config.def.h
@@ -98,7 +98,7 @@ static const double accel_speed = 0.0;
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */
-static const char *termcmd[] = { "alacritty", NULL };
+static const char *termcmd[] = { "foot", NULL };
static const char *menucmd[] = { "bemenu-run", NULL };
static const Key keys[] = {