Update grzegorz/mpv.py

This commit is contained in:
Daniel Lovbrotte Olsen 2024-09-07 22:02:44 +02:00
parent 0481aef655
commit f458e5c5b4
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class MPV:
return [
'mpv',
f'--input-ipc-server={str(cls._ipc_endpoint)}',
'--pipewire-remote=/run/user/1003/pipewire-0', # Cage doesn't set up XDG variables properly?
'--idle',
'--force-window',
*(('--fullscreen',) if not IS_DEBUG else ()),