From 2dd5212a795b27422d601df0566ae0d6644bd4c8 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Mon, 28 Aug 2006 08:02:29 +0200 Subject: applied sanders somepatches.patch --- config.default.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.default.h') diff --git a/config.default.h b/config.default.h index f28f5b8..6147c98 100644 --- a/config.default.h +++ b/config.default.h @@ -55,7 +55,7 @@ static Key key[] = { \ }; /* Query class:instance:title for regex matching info with following command: - * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/{ printf("%s\n",$2) }' */ + * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */ #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ -- cgit v1.2.3-54-g00ecf