diff --git a/dwm-flexipatch/config.def.h b/dwm-flexipatch/config.def.h index 7f40fe8..165fc66 100644 --- a/dwm-flexipatch/config.def.h +++ b/dwm-flexipatch/config.def.h @@ -506,8 +506,12 @@ static const Rule rules[] = { RULE(.wintype = WTYPE "UTILITY", .isfloating = 1, .noswallow = 1) RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1, .noswallow = 1) RULE(.wintype = WTYPE "SPLASH", .isfloating = 1, .noswallow = 1) - RULE(.class = "Gimp", .tags = 1 << 4, .isfreesize = 1) - RULE(.class = "Firefox", .tags = 1 << 7) + RULE(.class = "Gimp", .tags = 1 << 4, .isfloating = 1) + RULE(.class = "Firefox", .tags = 1 << 7) + RULE(.role = "Organizer", .isfloating = 1) + RULE(.role = "About", .isfloating = 1) + RULE(.role = "webconsole", .isfloating = 1) + RULE(.role = "Organizer", .isfloating = 1) #if RENAMED_SCRATCHPADS_PATCH RULE(.instance = "spterm", .scratchkey = 's', .isfloating = 1, .isterminal = 1) #elif SCRATCHPADS_PATCH