wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 6655ed568c151e1e4dde88eb516452da7738f4dc
parent 2afd8d901c05af6b3364d9e6e4507791402c23df
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Wed, 31 May 2006 21:55:51 +0200

thx to keiss (silently replacing the snap)


Diffstat:
cmd/wm/client.c | 2+-
config.mk | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/wm/client.c b/cmd/wm/client.c @@ -879,7 +879,7 @@ match_tags(Client *c, const char *prop) void apply_rules(Client *c) { - if(!def.colrules) + if(!def.tagrules) goto Fallback; match_tags(c, c->props); diff --git a/config.mk b/config.mk @@ -8,7 +8,7 @@ MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib -VERSION = 4-current +VERSION = 20060531 # includes and libs LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11