fix(jellyfin): ensure autostart and modernize config

Forces autostart via Hyprland exec-once. Adds uosc, thumbfast, and better MPV defaults.
This commit is contained in:
kenji
2026-01-07 19:44:27 -06:00
parent 4e882084b1
commit 2558f4a9b0
+4 -1
View File
@@ -60,7 +60,9 @@
recursive = true;
};
wayland.windowManager.hyprland.settings.windowrulev2 = [
wayland.windowManager.hyprland.settings = {
exec-once = [ "systemctl --user start jellyfin-mpv-shim" ];
windowrulev2 = [
# --- JELLYFIN MPV SHIM ---
"float, class:^(jellyfin-mpv-shim)$"
"center, class:^(jellyfin-mpv-shim)$"
@@ -69,4 +71,5 @@
"idleinhibit focus, class:^(jellyfin-mpv-shim)$"
"noblur, class:^(jellyfin-mpv-shim)$"
];
};
}