From bab97ed544a21a23b506d83a2aa382f5d2286ffd Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 16 Dec 2017 23:54:11 -0500 Subject: [PATCH] Add window scaling to mpv/input.conf --- dotfiles/.config/mpv/input.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/.config/mpv/input.conf b/dotfiles/.config/mpv/input.conf index c228594..30c479b 100644 --- a/dotfiles/.config/mpv/input.conf +++ b/dotfiles/.config/mpv/input.conf @@ -88,3 +88,7 @@ G cycle-values loop-file "inf" "no" # Repeat the current video (not playlist # the standard q key to close mpv. q quit # Close mpv q {encode} quit 4 # Same as above + +# "r" stands for resize +r set window-scale 2.0 +R set window-scale 1.0