diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-08-28 08:02:29 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-08-28 08:02:29 +0200 |
commit | 2dd5212a795b27422d601df0566ae0d6644bd4c8 (patch) | |
tree | 6d2bb1e654511bbf9a0ee8a762d93d75eb320e16 /config.default.h | |
parent | 00e95e1f38f7f63584925182a98fb36e84b0f246 (diff) | |
download | dwm-2dd5212a795b27422d601df0566ae0d6644bd4c8.tar.gz |
applied sanders somepatches.patch
Diffstat (limited to 'config.default.h')
-rw-r--r-- | config.default.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ \ |