From ec55f2171900b6142bb86273fbcb51e9056a50fd Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 1 Apr 2024 03:24:58 +0200 Subject: [PATCH] mpv: start in fullscreen by default --- .config/mpv/mpv.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 .config/mpv/mpv.conf diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..627e61c --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1 @@ +fs=yes