summaryrefslogtreecommitdiffstats
path: root/desktop/dwm/patches/use_uxterm_instead_of_st.diff
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/dwm/patches/use_uxterm_instead_of_st.diff')
-rw-r--r--desktop/dwm/patches/use_uxterm_instead_of_st.diff6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/dwm/patches/use_uxterm_instead_of_st.diff b/desktop/dwm/patches/use_uxterm_instead_of_st.diff
new file mode 100644
index 0000000000..ecb34dc712
--- /dev/null
+++ b/desktop/dwm/patches/use_uxterm_instead_of_st.diff
@@ -0,0 +1,6 @@
+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 };