summaryrefslogtreecommitdiff
path: root/desktop/dwm/patches
diff options
context:
space:
mode:
authorRyan P.C. McQuen <ryanpcmcquen@gmail.com>2014-04-19 00:04:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-23 07:51:44 +0700
commit12ecec5704e4387556df5122fff48664c6abe030 (patch)
tree7e9935ed1500e0dfbea323f6682f75e72328017b /desktop/dwm/patches
parenta3cd5c9820ec5b7f78d7296f47259d7cd07c6313 (diff)
downloadslackbuilds-12ecec5704e4387556df5122fff48664c6abe030.tar.gz
desktop/dwm: Add sample patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dwm/patches')
-rw-r--r--desktop/dwm/patches/st.patch11
1 files changed, 11 insertions, 0 deletions
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 */