slackbuilds/wayland/dwl/patches/use_foot_instead_of_alacritty.patch_sample
Gwenhael Le Moine 5d8f5a15db
[wayland/dwl] added
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2022-07-09 18:30:40 +02:00

11 lines
413 B
Text

--- a/config.def.h 2022-05-12 00:58:25.427926600 -0300
+++ b/config.def.h 2022-05-14 00:30:50.588985094 -0300
@@ -63,7 +63,7 @@
#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[] = {