Add ignoretransient to default config
This commit is contained in:
parent
9d11cd7d18
commit
24c27ad415
@ -31,10 +31,10 @@ 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 ignoretransient monitor */
|
||||||
{ "Gimp", NULL, NULL, 0, 1, 0, 0, -1 },
|
{ "Gimp", NULL, NULL, 0, 1, 0, 0, 0, -1 },
|
||||||
{ "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, -1 },
|
{ "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, 0, -1 },
|
||||||
{ "st", NULL, NULL, 0, 0, 1, 1, -1 },
|
{ "st", NULL, NULL, 0, 0, 1, 1, 0, -1 },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
|
Loading…
Reference in New Issue
Block a user