From a208eadd1289461bab82dd9554a2316898e7d23d Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 1 Sep 2022 20:03:35 -0400 Subject: refactor: organized the entire repo | feat: added pomodoro aliases inspired by bashbunni --- .config/mpv/mpv.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .config/mpv/mpv.conf (limited to '.config/mpv/mpv.conf') diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..9514fab --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,17 @@ +vo=gpu +ao=pulse +hwdec=nvdec +sub-font='Helvetica World' +sub-font-size=38 +scale=bilinear +cscale=bilinear +dscale=bilinear +scale-antiring=0 +cscale-antiring=0 +dither-depth=no +correct-downscaling=no +sigmoid-upscaling=no +deband=no +sub-auto=all +autofit-larger=1824x1026 +keepaspect-window=no -- cgit v1.2.3