1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-02-10 21:44:07 +00:00

mpv: zoom with alt and +/-

This commit is contained in:
Phantop 2020-05-23 18:00:56 -04:00
parent dc5fc49a3a
commit 9fb19eb615
4 changed files with 13 additions and 3 deletions

View file

@ -9,4 +9,4 @@ set -U Z_CMD "j"
set -x QT_QPA_PLATFORMTHEME gtk2
bax . ~/.nix-profile/etc/profile.d/nix.sh
bax . ~/.nix-profile/etc/profile.d/nix.sh 2> /dev/null

View file

@ -1,8 +1,8 @@
# Defined in /tmp/fish.7e0fck/build.fish @ line 2
# Defined in /tmp/fish.3ztUnh/build.fish @ line 2
function build
s printf ''
gp
./autogen.sh
./autogen.sh --prefix=/usr
./configure --prefix=/usr
cmake -DCMAKE_INSTALL_PREFIX=/usr .
s printf ''

8
.config/mpv/input.conf Normal file
View file

@ -0,0 +1,8 @@
Alt+- add video-zoom -0.1
Alt+= add video-zoom 0.1
Alt++ add video-zoom 0.1
Alt+h add video-pan-x 0.05
Alt+l add video-pan-x -0.05
Alt+k add video-pan-y 0.05
Alt+j add video-pan-y -0.05

View file

@ -28,3 +28,5 @@
[url "https://gitlab.com/"]
insteadOf = "gitlab:"
insteadOf = "gl:"
[color]
ui = auto