Focus tabmaster client at tag_screen & click mouse1 on titlebar to focus in tabbing

This commit is contained in:
Martin Duquesnoy
2011-11-19 07:25:19 +01:00
parent 9aaaf7ef63
commit f694d9a967
3 changed files with 51 additions and 7 deletions

View File

@@ -104,8 +104,7 @@ barwin_mousebind_new(struct barwin *b, unsigned int button, bool u, struct geo a
m->use_area = u;
m->area = a;
m->func = func;
m->cmd = (cmd ? xstrdup(cmd) : NULL);
m->cmd = cmd;
SLIST_INSERT_HEAD(&b->mousebinds, m, next);
}