diff --git a/config.h b/config.h index c76af85..ace20b2 100644 --- a/config.h +++ b/config.h @@ -145,7 +145,7 @@ static const Rule rules[] = { RULE(.class = "Dragon-drop", .isfloating = 1, .iscentered = 1) RULE(.class = "St", .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 = "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%")