summaryrefslogtreecommitdiffstats
path: root/desktop/dwm/patches/use_uxterm_instead_of_st.patch
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/dwm/patches/use_uxterm_instead_of_st.patch')
-rw-r--r--desktop/dwm/patches/use_uxterm_instead_of_st.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/dwm/patches/use_uxterm_instead_of_st.patch b/desktop/dwm/patches/use_uxterm_instead_of_st.patch
new file mode 100644
index 0000000000..c45aa6b981
--- /dev/null
+++ b/desktop/dwm/patches/use_uxterm_instead_of_st.patch
@@ -0,0 +1,11 @@
+--- config.def.h 2015-11-08 14:39:37.000000000 -0800
++++ config.h 2015-11-27 09:35:45.456371304 -0800
+@@ -55,7 +55,7 @@
+ /* commands */
+ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
+ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
+-static const char *termcmd[] = { "st", NULL };
++static const char *termcmd[] = { "uxterm", NULL };
+
+ static Key keys[] = {
+ /* modifier key function argument */