From c7e7da82eacb151a0d85aba646e35868d4373842 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Fri, 23 Mar 2012 19:21:31 +0200 Subject: no need to match whole string - match a substring --- monsterwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monsterwm.c b/monsterwm.c index 46ab69b..770cbbc 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -441,7 +441,7 @@ void maprequest(XEvent *e) { XClassHint ch = {0, 0}; if (XGetClassHint(dis, e->xmaprequest.window, &ch)) for (unsigned int i=0; i