Files
infra/dotfiles/desktop/.config/mpv/mpv.conf
Fabio Scotto di Santolo e6467017d9 sway: inhibit screensaver during video playback in mpv and browser
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>
2026-05-24 18:41:39 +02:00

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