summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2016-10-24 17:16:23 +0000
committerokan <okan>2016-10-24 17:16:23 +0000
commitffd60b3cabc361f9432c863ff58e823db5b7aa14 (patch)
treede473e838cb49c1fda97373244e0e8d1dc2871e6 /calmwm.h
parentb1af1bedd009221477e49cc77010ccc37e1ae014 (diff)
downloadcwm-ffd60b3cabc361f9432c863ff58e823db5b7aa14.tar.gz
cwm-ffd60b3cabc361f9432c863ff58e823db5b7aa14.tar.xz
cwm-ffd60b3cabc361f9432c863ff58e823db5b7aa14.zip
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.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 0 insertions, 1 deletions
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;
 };