I don't want switchtotag patch.
This commit is contained in:
parent
362df91d3e
commit
68c606afed
4 changed files with 16 additions and 85 deletions
|
@ -44,17 +44,17 @@ static const Rule rules[] = {
|
|||
* WM_CLASS(STRING) = instance, class
|
||||
* WM_NAME(STRING) = title
|
||||
*/
|
||||
/* class instance title tags mask switchtotag isfloating isterminal noswallow monitor */
|
||||
{ NULL, NULL, "st", 0, 0, 0, 1, 0, -1 },
|
||||
{ "Firefox", NULL, NULL, 2, 1, 0, 0, 0, -1 },
|
||||
{ "qutebrowser", NULL, NULL, 2, 1, 0, 0, 0, -1 },
|
||||
{ "Ferdi" , NULL, NULL, 1 << 2, 1, 0, 0, 0, -1 },
|
||||
{ NULL, "mutt", NULL, 1 << 3, 1, 0, 1, 1, -1 },
|
||||
{ NULL, "nnn", NULL, 1 << 4, 1, 0, 1, 1, -1 },
|
||||
{ NULL, NULL, "Citrix Workspace", 1 << 8, 1, 0, 0, 0, -1 },
|
||||
{ "Wfica", NULL, NULL, 1 << 9, 1, 0, 0, 0, -1 },
|
||||
{ NULL, NULL, "Event Tester", 0, 0, 0, 0, 1, -1 }, /* xev */
|
||||
{ NULL, "spterm", NULL, SPTAG(0), 0, 1, 1, 0, -1 },
|
||||
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
||||
{ NULL, NULL, "st", 0, 0, 1, 0, -1 },
|
||||
{ "Firefox", NULL, NULL, 2, 0, 0, 0, -1 },
|
||||
{ "qutebrowser", NULL, NULL, 2, 0, 0, 0, -1 },
|
||||
{ "Ferdi" , NULL, NULL, 1 << 2, 0, 0, 0, -1 },
|
||||
{ NULL, "mutt", NULL, 1 << 3, 0, 1, 1, -1 },
|
||||
{ NULL, "nnn", NULL, 1 << 4, 0, 1, 1, -1 },
|
||||
{ NULL, NULL, "Citrix Workspace", 1 << 8, 0, 0, 0, -1 },
|
||||
{ "Wfica", NULL, NULL, 1 << 9, 0, 0, 0, -1 },
|
||||
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
|
||||
{ NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
|
||||
};
|
||||
|
||||
/* layout(s) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue