From 583d6a1d20f213b84589e4ce6198ca1109dfe2af Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 16 Apr 2023 20:48:40 +0200 Subject: moved mpv and alacritty to common --- config/X/mpv/mpv.conf | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100755 config/X/mpv/mpv.conf (limited to 'config/X/mpv/mpv.conf') diff --git a/config/X/mpv/mpv.conf b/config/X/mpv/mpv.conf deleted file mode 100755 index 4f5e251..0000000 --- a/config/X/mpv/mpv.conf +++ /dev/null @@ -1,28 +0,0 @@ -profile=gpu-hq - -# Set OSD font -osd-font='monospace' -# Set OSD font size -osd-font-size=30 - -# Set volume to 100% on startup. -volume=60 - -# Set player max vol to 100%. -volume-max=100 - -# Set max streaming quality as 1080p. -ytdl-format=bestvideo[height<=?1080]+bestaudio/best - -# Default demuxer is 150/75 MB, note that this uses RAM so set a reasonable amount. -# 150MB, Max pre-load for network streams (1 MiB = 1048576 Bytes). -demuxer-max-bytes=150000000 - -# 75MB, Max loaded video kept after playback. -demuxer-max-back-bytes=75000000 - -# Force stream to be seekable even if disabled. -force-seekable=yes - -slang=eng, en, english -alang=jpn -- cgit v1.2.3