aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-03-18 19:46:54 +0100
committerWolfgang Müller2021-04-27 12:28:35 +0200
commit08ab650ce0d4d699e7e062d439ab6c8858bad65a (patch)
tree7ed304e0279bebe1544a140d3dc7d51e70fb42f6 /calmwm.h
parentc0f391e648f52cd9b8fa6e534a2f97a8ba0f46a9 (diff)
downloadcwm-08ab650ce0d4d699e7e062d439ab6c8858bad65a.tar.gz
Remove matching on window title history
Obscure feature. Confusing if you don't know about it, mostly useless if you do. Matching on currently visible window titles is enough.
Diffstat (limited to '')
-rw-r--r--calmwm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index a018af6..17ea203 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -130,7 +130,6 @@ struct winname {
TAILQ_ENTRY(winname) entry;
char *name;
};
-TAILQ_HEAD(name_q, winname);
TAILQ_HEAD(ignore_q, winname);
struct client_ctx {
@@ -187,7 +186,6 @@ struct client_ctx {
#define CLIENT_MAXIMIZED (CLIENT_VMAXIMIZED | CLIENT_HMAXIMIZED)
int flags;
int stackingorder;
- struct name_q nameq;
char *name;
char *label;
char *res_class; /* class hint */
@@ -307,7 +305,6 @@ struct conf {
struct wm_q wmq;
int ngroups;
int stickygroups;
- int nameqlen;
int bwidth;
int mamount;
int snapdist;