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:
@@ -60,7 +60,9 @@
|
|||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings.windowrulev2 = [
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
exec-once = [ "systemctl --user start jellyfin-mpv-shim" ];
|
||||||
|
windowrulev2 = [
|
||||||
# --- JELLYFIN MPV SHIM ---
|
# --- JELLYFIN MPV SHIM ---
|
||||||
"float, class:^(jellyfin-mpv-shim)$"
|
"float, class:^(jellyfin-mpv-shim)$"
|
||||||
"center, class:^(jellyfin-mpv-shim)$"
|
"center, class:^(jellyfin-mpv-shim)$"
|
||||||
@@ -69,4 +71,5 @@
|
|||||||
"idleinhibit focus, class:^(jellyfin-mpv-shim)$"
|
"idleinhibit focus, class:^(jellyfin-mpv-shim)$"
|
||||||
"noblur, class:^(jellyfin-mpv-shim)$"
|
"noblur, class:^(jellyfin-mpv-shim)$"
|
||||||
];
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user