Makes thundirbird always open on tag 9
This commit is contained in:
parent
27e95ed9e2
commit
902b0c87a8
1 changed files with 5 additions and 4 deletions
|
@ -29,10 +29,11 @@ static const Rule rules[] = {
|
||||||
* WM_CLASS(STRING) = instance, class
|
* WM_CLASS(STRING) = instance, class
|
||||||
* WM_NAME(STRING) = title
|
* WM_NAME(STRING) = title
|
||||||
*/
|
*/
|
||||||
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
||||||
{ "Gimp", NULL, NULL, 0, 0, 0, 0, -1 },
|
//{ "Gimp", NULL, NULL, 0, 0, 0, 0, -1 },
|
||||||
//{ "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, -1 },
|
//{ "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, -1 },
|
||||||
{ "xterm-256color", NULL, NULL, 0, 0, 1, 1, -1 },
|
{ "xterm-256color", NULL, NULL, 0, 0, 1, 1, -1 },
|
||||||
|
{ "Thunderbird", NULL, NULL, 1 << 8 , 0, 0, 0, -1 },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue