From 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 Mon Sep 17 00:00:00 2001 From: Vito Graffagnino Date: Tue, 8 Sep 2020 18:10:49 +0100 Subject: Added the relevent parts of the .config directory. Alss add ssh config --- .config/mpv/input.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 .config/mpv/input.conf (limited to '.config/mpv/input.conf') diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100755 index 0000000..dd0c6ef --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,11 @@ +Alt+RIGHT add video-rotate 90 +Alt+LEFT add video-rotate -90 +Alt+- add video-zoom -0.25 +Alt+= add video-zoom 0.25 +Alt+j add video-pan-x -0.05 +Alt+l add video-pan-x 0.05 +Alt+i add video-pan-y 0.05 +Alt+k add video-pan-y -0.05 +sub-file=~/tmp/subtitles/subtitles.srt +osd-font-size=10 +geometry=0:+400 -- cgit v1.2.3