slackbuilds_ponce/desktop/dwm/patches/st.patch
Ryan P.C. McQuen 12ecec5704 desktop/dwm: Add sample patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-04-23 07:51:44 +07:00

11 lines
477 B
Diff

--- 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 */