refactor(jellyfin): decentralize mpv-shim autostart
Move Hyprland autostart logic into the app's own module for better modularity.
This commit is contained in:
@@ -9,4 +9,8 @@
|
|||||||
"center, class:^(jellyfin-mpv-shim)$"
|
"center, class:^(jellyfin-mpv-shim)$"
|
||||||
"size 70% 70%, class:^(jellyfin-mpv-shim)$"
|
"size 70% 70%, class:^(jellyfin-mpv-shim)$"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
wayland.windowManager.hyprland.settings.exec-once = [
|
||||||
|
"jellyfin-mpv-shim"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user