Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37751562
en ru br
ALT Linux repos
S:7.1-alt1

Group :: Graphical desktop/Other
RPM: cwm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: cwm-7.1-alt1.patch
Download


 Makefile | 2 +-
 conf.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 1f56cd4..4cb4a73 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ PKG_CONFIG?=	pkg-config
 
 CPPFLAGS+=	`${PKG_CONFIG} --cflags x11 xft xrandr`
 
-CFLAGS?=	-Wall -O2 -g -D_GNU_SOURCE
+CFLAGS+=	-Wall -O2 -g -D_GNU_SOURCE
 
 LDFLAGS+=	`${PKG_CONFIG} --libs x11 xft xrandr`
 
diff --git a/conf.c b/conf.c
index 7d3ae6e..d24c299 100644
--- a/conf.c
+++ b/conf.c
@@ -305,7 +305,7 @@ conf_init(struct conf *c)
 		c->color[i] = xstrdup(color_binds[i]);
 
 	conf_cmd_add(c, "lock", "xlock");
-	conf_cmd_add(c, "term", "xterm");
+	conf_cmd_add(c, "term", "xvt");
 	conf_wm_add(c, "cwm", "cwm");
 
 	c->font = xstrdup("sans-serif:pixelsize=14:bold");
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin