diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-24 16:34:45 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-24 16:34:45 +0100 |
commit | cd87a9ecf54783a32a445af9b7cedc44270b3930 (patch) | |
tree | 1b7601f243504cc9c8e602a686e9eb53af0a9e46 | |
parent | dd0e5c46d6bb48a86b9f4d8e5d0477d9b695ef0d (diff) |
default subtitle scale + remove built-in shortcuts
-rw-r--r-- | .config/mpv/input.conf | 2 | ||||
-rw-r--r-- | .config/mpv/mpv.conf | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index f275370..150b696 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -1,5 +1,3 @@ -ALT+j add sub-scale +0.1 -ALT+k add sub-scale -0.1 ALT+c script-message-to copy_subs copy ALT+SHIFT+c script-message-to copy_subs auto diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index a2bbaba..a1fe45d 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -6,4 +6,5 @@ slang=en # Override ASS subtitles with same format as SRT sub-ass-override=force +sub-scale=0.5 |