dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

Commit: 5252f8ca1e3859e72077ac246026c06558cc0afa
Parent: ca0ae9ac04b1a6ebdcddebee57dd4c36d29b73fd
Author: Randy Palamar
Date:   Thu, 15 Jul 2021 17:42:27 -0600

mpv: add binding to set sub-color to yellow

Diffstat:
M.config/mpv/input.conf | 3++-
M.config/mpv/mpv.conf | 1+
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf @@ -15,11 +15,12 @@ y cycle-values video-unscaled "yes" "no" X sub-step 1 x sub-step -1 +U cycle-values sub-color "#DCDCCC" "#F0E118" ; cycle-values loop "inf" "no" F1 cycle stop-screensaver -F4 rescan-external-files +F4 rescan-external-files keep-selection k {images} repeatable add video-zoom 0.1 j {images} repeatable add video-zoom -0.1 diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf @@ -25,6 +25,7 @@ osd-font="Kozuka Gothic Pro M" sub-font="Kozuka Gothic Pro M" osd-font-size=36 sub-font-size=48 +sub-color='#DCDCCC' screenshot-format="png" screenshot-template="[%tY.%tm.%td_%tH:%tM:%tS]_%F_%P"