drop xterm patch and use upstream default uxterm

ok czarkoff
This commit is contained in:
jung 2015-10-25 14:23:07 +00:00
parent 0e03133389
commit 3456aaae84
2 changed files with 4 additions and 13 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.25 2014/10/28 08:23:06 jasper Exp $
# $OpenBSD: Makefile,v 1.26 2015/10/25 14:23:07 jung Exp $
COMMENT= dynamic window manager
DISTNAME= dwm-6.0
REVISION= 0
REVISION= 1
CATEGORIES= x11

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-config_def_h,v 1.9 2012/07/09 16:33:40 zinke Exp $
$OpenBSD: patch-config_def_h,v 1.10 2015/10/25 14:23:07 jung Exp $
--- config.def.h.orig Mon Dec 19 16:02:46 2011
+++ config.def.h Sat Jul 7 22:28:18 2012
+++ config.def.h Thu Oct 8 20:58:14 2015
@@ -1,13 +1,13 @@
/* See LICENSE file for copyright and license details. */
@ -31,12 +31,3 @@ $OpenBSD: patch-config_def_h,v 1.9 2012/07/09 16:33:40 zinke Exp $
};
/* layout(s) */
@@ -47,7 +49,7 @@ static const Layout layouts[] = {
/* 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[] = { "xterm", NULL };
static Key keys[] = {
/* modifier key function argument */