mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Start xdg-desktop-portal-wlr and xdg-desktop-portal-gtk explicitly so Firefox can route ScreenSaver.Inhibit DBus calls through the portal chain to the Wayland idle inhibitor. Add stop-screensaver=yes to mpv.conf for native Wayland idle inhibition during mpv playback. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
388 B
Plaintext
20 lines
388 B
Plaintext
# Formato video/audio - miglior qualità fino a 720p
|
|
ytdl-format=bestvideo[height<=?720]+bestaudio/best
|
|
|
|
# Sottotitoli
|
|
sub-visibility=yes
|
|
slang=it,en
|
|
|
|
# Download automatico sottotitoli (SRT)
|
|
ytdl-raw-options=write-subs=,write-auto-subs=,convert-subs=srt
|
|
|
|
# Layout e stile
|
|
sub-pos=100
|
|
sub-font-size=48
|
|
|
|
# Output
|
|
terminal=yes
|
|
|
|
# Inhebit screensaver while playing video
|
|
stop-screensaver=yes
|