Add telegram-desktop rule

This commit is contained in:
Nise Void 2020-05-18 10:37:46 +02:00
parent fab3a50c3c
commit 995f6470d2
1 changed files with 7 additions and 6 deletions

View File

@ -29,12 +29,13 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
/* 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 },
/* class instance title tags mask isfloating monitor */
{ "telegram-desktop", NULL, NULL, 1 << 4, 0, -1 },
{ "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) */