Fix window swallowing for Xmessage

This commit is contained in:
Alexis Jhon Gaspar 2023-10-01 23:42:38 +08:00
parent 00a868e2fe
commit 75fd738a88

View file

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