From ffd60b3cabc361f9432c863ff58e823db5b7aa14 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 24 Oct 2016 17:16:23 +0000 Subject: Get rid of 'matchname'; it's too surprising to have the menu change during client search as different potential str matches are cycled through. If there's interest, the only string that doesn't exist in the listing is the window's class - that can be added of course, but it makes the line too long imho. --- calmwm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index f6542a7..d44df66 100644 --- a/calmwm.h +++ b/calmwm.h @@ -165,7 +165,6 @@ struct client_ctx { struct name_q nameq; char *name; char *label; - char *matchname; XClassHint ch; XWMHints *wmh; }; -- cgit 1.4.1