dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit eef6bff459e302a5eb1f90a2329571877dd77e65
parent 364263b158495d7e461bc6088b6a56862ea9c248
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 12 May 2023 16:07:21 +0200

mps-youtube: adjust for new fork

Diffstat:
Mmps-youtube/config.json | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/mps-youtube/config.json b/mps-youtube/config.json @@ -5,7 +5,7 @@ "CONSOLE_WIDTH": 80, "MAX_RES": 1080, "PLAYER": "mpv", - "PLAYERARGS": "--volume=50 --config-dir=~/.config/mpv", + "PLAYERARGS": "--volume=50 --config-dir=/Users/alex/.config/mpv", "ENCODER": 0, "NOTIFIER": "notify", "CHECKUPDATE": true, @@ -35,5 +35,6 @@ "SHOW_QRCODE": false, "HISTORY": true, "INPUT_HISTORY": true, - "VLC_DUMMY_INTERFACE": false + "VLC_DUMMY_INTERFACE": false, + "SHOW_SUBTITLES": true } \ No newline at end of file