diff options
| author | Robert Günzler <r@gnzler.io> | 2021-04-22 13:13:24 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 02:09:47 +0200 |
| commit | 65074d141d3a7327fc0693b8cf5dcd98b04ed8e1 (patch) | |
| tree | 9ba669202568432e95013833d519baf136ffb257 /.config/mpv/input.conf | |
| parent | d9115f49c08c85be476d3e42af37eb347ac957bf (diff) | |
mpv: fix config, was messing up rendering the whole time
Diffstat (limited to '')
| -rw-r--r-- | .config/mpv/input.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 259eafc..a128c99 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -70,7 +70,8 @@ Alt+s cycle-values audio-channels "auto-safe" "auto" "stereo" #! utils > audio c Alt+a cycle-values video-rotate 0 90 180 270 #! utils > video-rotate # T cycle ontop -q quit +q stop +Shift+q quit Q quit-watch-later #! watch later = add volume 10 @@ -136,3 +137,4 @@ Ctrl+Shift+5 apply-profile 3d #! profiles > 3d fix Ctrl+Shift+6 apply-profile anime4k #! profiles > 3d fix Ctrl+Shift+7 apply-profile gpuscale #! profiles > gpuscale x8 Ctrl+Shift+8 apply-profile gpuscale-high #! profiles > gpuscale x16 +Ctrl+Shift+9 apply-profile resethq #! profiles > reset hq |