add pop-up role rule
This commit is contained in:
parent
a377e4cc1d
commit
b67a51b5e3
1
config.h
1
config.h
|
@ -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%")
|
||||
|
|
Loading…
Reference in New Issue