⚙️ config(mpv): prevent window from closing after finishing a video

This commit is contained in:
Sergio Laín 2024-04-06 12:53:10 +02:00
parent 3100318808
commit fe5f7355c5
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -14,6 +14,9 @@
# Enables best HW decoder; turn off for software decoding # Enables best HW decoder; turn off for software decoding
hwdec=auto hwdec=auto
# Keeps open the window after a video is finished
keep-open
border=no # hides the window title bar border=no # hides the window title bar
msg-color=yes # color log messages on terminal msg-color=yes # color log messages on terminal
term-osd-bar=yes # displays a progress bar on the terminal term-osd-bar=yes # displays a progress bar on the terminal