refactor(jellyfin): decentralize mpv-shim autostart

Move Hyprland autostart logic into the app's own module for better modularity.
This commit is contained in:
kenji
2026-01-05 14:12:11 -06:00
parent 29792a1307
commit 59d29c6cea
+4
View File
@@ -9,4 +9,8 @@
"center, class:^(jellyfin-mpv-shim)$"
"size 70% 70%, class:^(jellyfin-mpv-shim)$"
];
wayland.windowManager.hyprland.settings.exec-once = [
"jellyfin-mpv-shim"
];
}