update(hyprland): switched to hyprland 0.55.1
This commit is contained in:
@@ -62,14 +62,14 @@
|
||||
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
exec-once = [ "systemctl --user start jellyfin-mpv-shim" ];
|
||||
windowrulev2 = [
|
||||
windowrule = [
|
||||
# --- JELLYFIN MPV SHIM ---
|
||||
"float, class:^(jellyfin-mpv-shim)$"
|
||||
"center, class:^(jellyfin-mpv-shim)$"
|
||||
"size 70% 70%, class:^(jellyfin-mpv-shim)$"
|
||||
"opacity 1.0 override 1.0 override, class:^(jellyfin-mpv-shim)$"
|
||||
"idleinhibit focus, class:^(jellyfin-mpv-shim)$"
|
||||
"noblur, class:^(jellyfin-mpv-shim)$"
|
||||
"match:class ^(jellyfin-mpv-shim)$, float on"
|
||||
"match:class ^(jellyfin-mpv-shim)$, center on"
|
||||
"match:class ^(jellyfin-mpv-shim)$, size 70% 70%"
|
||||
"match:class ^(jellyfin-mpv-shim)$, opacity 1.0 override 1.0 override"
|
||||
"match:class ^(jellyfin-mpv-shim)$, idle_inhibit focus"
|
||||
"match:class ^(jellyfin-mpv-shim)$, no_blur on"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user