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:
parent
dc5fc49a3a
commit
9fb19eb615
|
@ -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
|
||||
|
|
|
@ -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
8
.config/mpv/input.conf
Normal 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
|
|
@ -28,3 +28,5 @@
|
|||
[url "https://gitlab.com/"]
|
||||
insteadOf = "gitlab:"
|
||||
insteadOf = "gl:"
|
||||
[color]
|
||||
ui = auto
|
||||
|
|
Loading…
Reference in a new issue