replace ferdium with element
This commit is contained in:
parent
2eda3753f4
commit
9056b62309
2
config.h
2
config.h
|
@ -145,7 +145,7 @@ static const Rule rules[] = {
|
||||||
RULE(.class = "Dragon-drop", .isfloating = 1, .iscentered = 1)
|
RULE(.class = "Dragon-drop", .isfloating = 1, .iscentered = 1)
|
||||||
RULE(.class = "St", .isfloating = 0)
|
RULE(.class = "St", .isfloating = 0)
|
||||||
RULE(.class = "mpv", .isfloating = 0)
|
RULE(.class = "mpv", .isfloating = 0)
|
||||||
RULE(.class = "Ferdium", .monitor = 1, .tags = 1 << 0)
|
RULE(.class = "Element", .monitor = 1, .tags = 1 << 0)
|
||||||
RULE(.class = "Thunderbird", .monitor = 1, .tags = 1 << 1)
|
RULE(.class = "Thunderbird", .monitor = 1, .tags = 1 << 1)
|
||||||
RULE(.class = "sphelp", .scratchkey = 'h', .isfloating = 1, .iscentered = 1, .floatpos = "50% 50% 50% 90%")
|
RULE(.class = "sphelp", .scratchkey = 'h', .isfloating = 1, .iscentered = 1, .floatpos = "50% 50% 50% 90%")
|
||||||
RULE(.class = "spcalc", .scratchkey = 'c', .isfloating = 1, .iscentered = 1, .floatpos = "50% 50% 50% 90%")
|
RULE(.class = "spcalc", .scratchkey = 'c', .isfloating = 1, .iscentered = 1, .floatpos = "50% 50% 50% 90%")
|
||||||
|
|
Loading…
Reference in New Issue