feat(mpv): add hyprland window rules to match imv behavior

This commit is contained in:
kenji
2026-01-05 13:58:00 -06:00
parent 6d19db6577
commit b02be43aa0
+7
View File
@@ -12,4 +12,11 @@
"video/quicktime" = "mpv.desktop";
};
};
wayland.windowManager.hyprland.settings.windowrulev2 = [
# --- VIDEO PLAYER (mpv) ---
"float, class:^(mpv)$"
"center, class:^(mpv)$"
"size 70% 70%, class:^(mpv)$"
];
}