add pop-up role rule

This commit is contained in:
Luca Bilke 2024-02-05 11:51:06 +01:00
parent a377e4cc1d
commit b67a51b5e3
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ static const Rule rules[] = {
RULE(.wintype = WTYPE "UTILITY", .isfloating = 1)
RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1)
RULE(.wintype = WTYPE "SPLASH", .isfloating = 1)
RULE(.role = "pop-up", .isfloating = 1)
RULE(.title = "Event Tester", .noswallow = 1)
RULE(.class = "St", .isterminal = 1)
RULE(.instance = "sphelp", .scratchkey = 'h', .isfloating = 1, .floatpos = "50% 50% 40% 80%")