Floating window fix for firefox dialogs

This commit is contained in:
Alexis Jhon Gaspar 2023-10-02 22:55:36 +08:00
parent 63086c04ca
commit d619bdf356

View file

@ -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