add monitor rules for ferdium and thunderbird
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
14fd49594f
commit
d76f948efb
2
config.h
2
config.h
|
@ -167,6 +167,8 @@ static const Rule rules[] = {
|
|||
RULE(.wintype = WTYPE "SPLASH", .isfloating = 1)
|
||||
RULE(.role = "pop-up", .isfloating = 1)
|
||||
RULE(.class = "St", .isfloating = 0)
|
||||
RULE(.class = "Thunderbird", .monitor = 1)
|
||||
RULE(.class = "Ferdium", .monitor = 1)
|
||||
RULE(.instance = "gcr-prompter", .floatpos = "50% 50% 308W 214H")
|
||||
RULE(.instance = "sphelp", .scratchkey = 'h', .isfloating = 1, .floatpos = "50% 50% 40% 80%")
|
||||
RULE(.instance = "spcalc", .scratchkey = 'c', .isfloating = 1, .floatpos = "50% 50% 40% 80%")
|
||||
|
|
Loading…
Reference in New Issue