minor changes to class names/ window rules
This commit is contained in:
parent
ff84964004
commit
2be742a10a
10
config.def.h
10
config.def.h
@ -39,10 +39,12 @@ 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 monitor */
|
/* class instance title tags mask isfloating monitor */
|
||||||
{"firefox", NULL, NULL, 1 << 0, 0, -1},
|
{"firefox", NULL, NULL, 1 << 0, 0, -1},
|
||||||
{"thunderbird", NULL, NULL, 1 << 6, 0, -1},
|
{"thunderbird", NULL, NULL, 1 << 6, 0, -1},
|
||||||
{"ManagerDesktop", NULL, NULL, 1 << 7, 0, -1},
|
{"org.mozilla.Thunderbird", NULL, NULL, 1 << 6, 0, -1},
|
||||||
|
{"ManagerDesktop", NULL, NULL, 1 << 7, 0, -1},
|
||||||
|
{"Manager", NULL, NULL, 1 << 7, 0, -1},
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user