summaryrefslogtreecommitdiffstats
path: root/desktop/dwl/patches/use_foot_instead_of_alacritty.patch
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/dwl/patches/use_foot_instead_of_alacritty.patch')
-rw-r--r--desktop/dwl/patches/use_foot_instead_of_alacritty.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/dwl/patches/use_foot_instead_of_alacritty.patch b/desktop/dwl/patches/use_foot_instead_of_alacritty.patch
new file mode 100644
index 0000000000..d9e1e78cfc
--- /dev/null
+++ b/desktop/dwl/patches/use_foot_instead_of_alacritty.patch
@@ -0,0 +1,11 @@
+--- 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[] = {