diff --git a/programs/dwm/config.def.h b/programs/dwm/config.def.h index 6e4d9c58..97674756 100644 --- a/programs/dwm/config.def.h +++ b/programs/dwm/config.def.h @@ -31,6 +31,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating CenterThisWindow? monitor */ { "st", NULL, NULL, 0, 0, 1, -1 }, + { "tabbed", NULL, NULL, 0, 0, 1, -1 }, }; /* layout(s) */ diff --git a/programs/dwm/config.h b/programs/dwm/config.h index 6e4d9c58..97674756 100644 --- a/programs/dwm/config.h +++ b/programs/dwm/config.h @@ -31,6 +31,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating CenterThisWindow? monitor */ { "st", NULL, NULL, 0, 0, 1, -1 }, + { "tabbed", NULL, NULL, 0, 0, 1, -1 }, }; /* layout(s) */ diff --git a/programs/dwm/dwm b/programs/dwm/dwm index 4b3c2aab..f92fbaf8 100755 Binary files a/programs/dwm/dwm and b/programs/dwm/dwm differ