Terminal rules for swallow and Add dwm binary

This commit is contained in:
tosu 2023-08-27 05:42:53 +02:00
parent 29b9a86f7f
commit 7a953cf6c7
Signed by: tosu
GPG Key ID: C00746F2E0F36492
2 changed files with 3 additions and 3 deletions

View File

@ -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 */
};

BIN
dwm

Binary file not shown.