spawn common programs on specific tags
parent
21fb162c30
commit
e16d0b929b
|
@ -45,8 +45,9 @@ static const Rule rules[] = {
|
|||
* WM_NAME(STRING) = title
|
||||
*/
|
||||
/* class instance title tags mask isfloating monitor */
|
||||
{ "Gimp", NULL, NULL, 0, 1, -1 },
|
||||
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
|
||||
{ "FreeTube", NULL, NULL, 1 << 1, 0, -1 },
|
||||
{ "LibreWolf", NULL, NULL, 1 << 2, 0, -1 },
|
||||
{ "Beeper", NULL, NULL, 1 << 3, 0, -1 },
|
||||
{ NULL, "spterm", NULL, SPTAG(0), 1, -1 },
|
||||
{ NULL, "spcalc", NULL, SPTAG(1), 1, -1 },
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue