From 12ecec5704e4387556df5122fff48664c6abe030 Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Sat, 19 Apr 2014 00:04:07 +0700 Subject: desktop/dwm: Add sample patch. Signed-off-by: Willy Sudiarto Raharjo --- desktop/dwm/patches/st.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 desktop/dwm/patches/st.patch (limited to 'desktop/dwm/patches') diff --git a/desktop/dwm/patches/st.patch b/desktop/dwm/patches/st.patch new file mode 100644 index 0000000000..c647a1009a --- /dev/null +++ b/desktop/dwm/patches/st.patch @@ -0,0 +1,11 @@ +--- config.h 2014-04-17 21:48:40.014970116 -0700 ++++ st.h 2014-04-17 21:48:55.490969058 -0700 +@@ -47,7 +47,7 @@ + + /* commands */ + static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; +-static const char *termcmd[] = { "uxterm", NULL }; ++static const char *termcmd[] = { "st", NULL }; + + static Key keys[] = { + /* modifier key function argument */ -- cgit v1.2.3