slackbuilds/desktop/dwm/patches/use_uxterm_instead_of_st.diff

7 lines
268 B
Diff

diff -Naru0 a/config.def.h b/config.def.h
--- a/config.def.h 2022-10-04 17:38:18.000000000 +0000
+++ b/config.def.h 2023-04-29 00:53:30.080963780 +0000
@@ -60 +60 @@
-static const char *termcmd[] = { "st", NULL };
+static const char *termcmd[] = { "uxterm", NULL };