smaller changes

This commit is contained in:
Alexander Bocken 2021-05-06 16:02:43 +02:00
parent 728fe582dc
commit 69c6c91743
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -68,12 +68,13 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title * WM_NAME(STRING) = title
*/ */
/* class instance title tags mask isfloating monitor */ /* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 }, { "Gimp", NULL, NULL, 0, 1, -1 },
{ "vncviewer", NULL, NULL, 0, 1, -1 }, { "st", NULL, NULL, 0, 0, -1 },
{ "Vncviewer", NULL, NULL, 0, 1, -1 }, { "vncviewer", NULL, NULL, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 }, { "Vncviewer", NULL, NULL, 0, 1, -1 },
{ NULL, "scratchpadterm", NULL, SPTAG(0), 1, -1 }, { "Firefox", NULL, NULL, 1 << 8, 0, -1 },
{ NULL, "scratchcalc", NULL, SPTAG(1), 1, -1 }, { NULL, "scratchpadterm", NULL, SPTAG(0), 1, -1 },
{ NULL, "scratchcalc", NULL, SPTAG(1), 1, -1 },
}; };