diff --git a/dwm-flexipatch/config.def.h b/dwm-flexipatch/config.def.h index 6334402..8727afd 100644 --- a/dwm-flexipatch/config.def.h +++ b/dwm-flexipatch/config.def.h @@ -502,6 +502,7 @@ static const Rule rules[] = { */ RULE(.class = "st", .isterminal = 1) RULE(.class = "St", .isterminal = 1) + RULE(.class = "tabbed", .isfloating = 0) RULE(.wintype = WTYPE "DESKTOP", .unmanaged = 2) RULE(.wintype = WTYPE "DOCK", .unmanaged = 1) RULE(.wintype = WTYPE "DIALOG", .isfloating = 1, .noswallow = 1)