spawn common programs on specific tags

master
meftimes 2024-06-26 11:01:13 -04:00
parent 21fb162c30
commit e16d0b929b
3 changed files with 3 additions and 2 deletions

View File

@ -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 },
};

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.