From c556434f9d434e031c8ebda3a60ce9f768f3c5d5 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 11 Mar 2022 08:26:37 -0500 Subject: [PATCH] mpv: Start in fullscreen by default This makes it nicer to immediately watch stuff without having to fullscreen it first. --- mpv/.config/mpv/mpv.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 730f4a2..67ba85d 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -40,3 +40,10 @@ sub-font=Noto Sans CJK JP Medium # Increase the visual spacing between characters with blur sub-blur=10 + +####################################### +# Quality of life optimizations +####################################### + +# Start in fullscreen by default +fullscreen=yes