tag rules for ferdium and thunderbird
This commit is contained in:
parent
cf589b91a7
commit
60f6fea5f4
4
config.h
4
config.h
|
@ -167,8 +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 = "Ferdium", .monitor = 1, .tags = 1 << 1)
|
||||
RULE(.class = "Thunderbird", .monitor = 1, .tags = 1 << 2)
|
||||
RULE(.class = "Ferdium", .monitor = 1, .tags = 1 << 0)
|
||||
RULE(.class = "Thunderbird", .monitor = 1, .tags = 1 << 1)
|
||||
RULE(.instance = "sphelp", .scratchkey = 'h', .isfloating = 1, .floatpos = "50% 50% 40% 80%")
|
||||
RULE(.instance = "spcalc", .scratchkey = 'c', .isfloating = 1, .floatpos = "50% 50% 40% 80%")
|
||||
RULE(.instance = "spterm", .scratchkey = 't', .isfloating = 1, .floatpos = "50% 50% 80% 80%")
|
||||
|
|
Loading…
Reference in New Issue