From fe5f7355c5f79d2d3c32a38beff8816d62df74e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 6 Apr 2024 12:53:10 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(mpv):=20prevent=20w?= =?UTF-8?q?indow=20from=20closing=20after=20finishing=20a=20video?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/mpv/mpv.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 84c4d6e9..45166b38 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -14,6 +14,9 @@ # Enables best HW decoder; turn off for software decoding hwdec=auto +# Keeps open the window after a video is finished +keep-open + border=no # hides the window title bar msg-color=yes # color log messages on terminal term-osd-bar=yes # displays a progress bar on the terminal