Terminal rules for swallow and Add dwm binary
This commit is contained in:
parent
29b9a86f7f
commit
7a953cf6c7
6
config.h
6
config.h
|
@ -32,9 +32,9 @@ static const Rule rules[] = {
|
|||
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
||||
{ "Gimp", NULL, NULL, 0, 1, 0, 0, -1 },
|
||||
{ "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 },
|
||||
{ "St", NULL, NULL, 0, 0, 1, 0, -1 },
|
||||
{ "st-256color", NULL, NULL, 0, 0, 1, 0, -1 },
|
||||
{ "Alacritty", NULL, NULL, 0, 0, 1, 0, -1 },
|
||||
{ "St", NULL, NULL, 0, 0, 1, -1, -1 },
|
||||
{ "st-256color", NULL, NULL, 0, 0, 1, -1, -1 },
|
||||
{ "Alacritty", NULL, NULL, 0, 0, 1, -1, -1 },
|
||||
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue