Skip to content

Commit ffdbe5e

Browse files
committed
fix(jellyfin-session): replace gamescope with session
hopefully fixes the blanking screen issue
1 parent 197d036 commit ffdbe5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosts/common/optional/jellyfin-session.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
systemctl --user import-environment DISPLAY WAYLAND_DISPLAY
44
systemctl --user start jellyfin-kiosk-session.target
55
${lib.getExe' pkgs.pulseaudio "pactl"} set-sink-volume @DEFAULT_SINK@ 80%
6-
${lib.getExe pkgs.gamescope} -- ${lib.getExe' pkgs.jellyfin-media-player "jellyfin-desktop"} --tv --fullscreen
6+
${lib.getExe pkgs.cage} -- ${lib.getExe' pkgs.jellyfin-media-player "jellyfin-desktop"} --tv --fullscreen
77
systemctl --user stop jellyfin-kiosk-session.target
88
'';
99

0 commit comments

Comments
 (0)