parent
a158a111c8
commit
814f82c444
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -167,7 +167,7 @@ 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 = "Ferdium", .monitor = 1, .tags = 1 << 1)
|
||||
RULE(.class = "Thunderbird", .monitor = 1, .tags = 1 << 2)
|
||||
RULE(.instance = "gcr-prompter", .floatpos = "50% 50% 308W 214H")
|
||||
RULE(.instance = "sphelp", .scratchkey = 'h', .isfloating = 1, .floatpos = "50% 50% 40% 80%")
|
||||
|
|
Loading…
Add table
Reference in a new issue