diff options
| author | Blista Kanjo | 2022-09-01 20:03:35 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-09-01 20:03:35 -0400 |
| commit | a208eadd1289461bab82dd9554a2316898e7d23d (patch) | |
| tree | dc52940c6271490f2df6bd58f4edf9ec16f7b7df /.config/mpv/mpv.conf | |
| parent | 77051c67db148b81aadaa562dbbbfff9e5f69bef (diff) | |
refactor: organized the entire repo | feat: added pomodoro aliases inspired by bashbunni
Diffstat (limited to '.config/mpv/mpv.conf')
| -rw-r--r-- | .config/mpv/mpv.conf | 17 |
1 files changed, 17 insertions, 0 deletions
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 |
