⚙️ config(mpv): prevent window from closing after finishing a video
This commit is contained in:
parent
3100318808
commit
fe5f7355c5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue