Compare commits

...

3 commits

View file

@ -501,11 +501,11 @@ 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 = 1)
RULE(.class = "Xmessage", .isfloating = 1)
RULE(.wintype = WTYPE "UTILITY", .isfloating = 1)
RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1)
RULE(.wintype = WTYPE "SPLASH", .isfloating = 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)
RULE(.class = "Gimp", .tags = 1 << 4)
RULE(.class = "Firefox", .tags = 1 << 7)
#if RENAMED_SCRATCHPADS_PATCH