Fix window swallowing for dialog

This commit is contained in:
Alexis Jhon Gaspar 2023-10-01 23:35:17 +08:00
parent 9e1f663a38
commit 180dc064f3

View file

@ -501,7 +501,7 @@ static const Rule rules[] = {
RULE(.class = "St", .isterminal = 1)
RULE(.wintype = WTYPE "DESKTOP", .unmanaged = 2)
RULE(.wintype = WTYPE "DOCK", .unmanaged = 1)
RULE(.wintype = WTYPE "DIALOG", .isfloating = 1)
RULE(.wintype = WTYPE "DIALOG", .isfloating = 1, .noswallow = 0)
RULE(.class = "Xmessage", .isfloating = 1)
RULE(.wintype = WTYPE "UTILITY", .isfloating = 1)
RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1)