diff --git a/config.h b/config.h index b5fd0a5..a5bc748 100644 --- a/config.h +++ b/config.h @@ -169,6 +169,7 @@ static const Rule rules[] = { RULE(.wintype = WTYPE "SPLASH", .isfloating = 1) RULE(.role = "pop-up", .isfloating = 1) RULE(.class = "St", .isfloating = 0) + RULE(.class = "mpv", .isfloating = 0) RULE(.class = "Ferdium", .monitor = 1, .tags = 1 << 0) RULE(.class = "Thunderbird", .monitor = 1, .tags = 1 << 1) RULE(.instance = "sphelp", .scratchkey = 'h', .isfloating = 1, .iscentered = 1, .floatpos = "50% 50% 40% 80%")