diff options
Diffstat (limited to 'dot_config/mpv/mpv.conf')
| -rw-r--r-- | dot_config/mpv/mpv.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dot_config/mpv/mpv.conf b/dot_config/mpv/mpv.conf new file mode 100644 index 0000000..a931bad --- /dev/null +++ b/dot_config/mpv/mpv.conf @@ -0,0 +1,16 @@ +[default] +volume=80 + +hwdec=auto-safe + +ao=pulse +vo=gpu +gpu-api=vulkan +video-sync=display-resample + +screenshot-format=png +screenshot-directory=~/Pictures/Screenshots/mpv + +[twitch] +osc=no +input-conf=~/.config/mpv/twitch-input.conf |
