diff options
| author | Robert Günzler <r@gnzler.io> | 2022-04-15 15:28:43 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-04-15 15:28:43 +0200 |
| commit | 919964aea4a9841327fc3aa11fa0c96a797b96d6 (patch) | |
| tree | a12478cda4cccb93e3ead8c061214bf10335ddb3 /.config/mpv/script-opts | |
| parent | 84bfeb66b7e80072f63513e69a22ec9fb6e61d46 (diff) | |
mpv: update config
* disable some unused profiles * downsample profile * update key mappings
Diffstat (limited to '.config/mpv/script-opts')
| -rw-r--r-- | .config/mpv/script-opts/uosc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mpv/script-opts/uosc.conf b/.config/mpv/script-opts/uosc.conf index fa49c85..a43d364 100644 --- a/.config/mpv/script-opts/uosc.conf +++ b/.config/mpv/script-opts/uosc.conf @@ -1,5 +1,5 @@ # timeline size when fully retracted, 0 will hide it completely -timeline_size_min=2 +timeline_size_min=5 # timeline size when fully expanded, in pixels, 0 to disable timeline_size_max=40 # same as ^ but when in fullscreen |