diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-07-26 22:49:38 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-07-26 22:49:38 +0200 |
commit | d5c7d2b34e179cbdb30c4a27fee8aec59a057063 (patch) | |
tree | 9a2b3dc2b07d9b4636bc9fc85402c84d9a7254b3 | |
parent | 606699e518804588510f3356d23043de0083b226 (diff) |
blast volume in mpv.conf
-rw-r--r-- | .config/mpv/mpv.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index a1fe45d..d853304 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -8,3 +8,5 @@ slang=en sub-ass-override=force sub-scale=0.5 +# LOUD +volume-max=200 |