Add extra rules
This commit is contained in:
parent
0c59220f04
commit
fab3a50c3c
2
config.h
2
config.h
@ -31,8 +31,10 @@ static const Rule rules[] = {
|
||||
*/
|
||||
/* class instance title tags mask isfloating monitor */
|
||||
{ "Gimp", NULL, NULL, 1 << 5, 0, -1 },
|
||||
{ "Steam", NULL, NULL, 1 << 1, 0, -1 },
|
||||
{ "Firefox", NULL, NULL, 1 << 2, 0, -1 },
|
||||
{ "float", NULL, NULL, ~0, 1, -1 },
|
||||
{ "mpv", NULL, NULL, 0, 1, -1 },
|
||||
};
|
||||
|
||||
/* layout(s) */
|
||||
|
Loading…
Reference in New Issue
Block a user