diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-11-27 10:09:49 -0800 |
---|---|---|
committer | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-11-27 10:09:49 -0800 |
commit | 7a7e1d1d8f5524380d24875ceb74ada9fe528b61 (patch) | |
tree | 690788a27a5b9c114e5a5ecb6ed2a1fe99aa0f8d /desktop/dwm/patches | |
parent | c96747f4ed80529657ae9609440cdbf7a69a5620 (diff) | |
download | slackbuilds-7a7e1d1d8f5524380d24875ceb74ada9fe528b61.tar.gz |
desktop/dwm: Updated for version 6.1.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'desktop/dwm/patches')
-rw-r--r-- | desktop/dwm/patches/st.patch | 11 | ||||
-rw-r--r-- | desktop/dwm/patches/use_uxterm_instead_of_st.patch | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/desktop/dwm/patches/st.patch b/desktop/dwm/patches/st.patch deleted file mode 100644 index c647a1009a..0000000000 --- a/desktop/dwm/patches/st.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 */ 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 */ |