dotfiles

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

commit 247406e73081918d805a4ce041ded1c71634afc2
parent f4d45dac4bdc396ca44a37b89f77abfc1fc5252c
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun, 23 Aug 2020 00:44:02 +0200

mpv: add keybind to show chapters

Former-commit-id: ff0fbb853cea69239a073680c75a06ec33f46177
Diffstat:
Mmpv/input.conf | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mpv/input.conf b/mpv/input.conf @@ -191,4 +191,5 @@ p script-message osc-playlist # show playlist P script-binding osc/visibility # cycle OSC display -C show_text "${chapter-metadata}${chapter}" +c show_text "${chapter-metadata}${chapter}" +C show_text "${chapter-list}"