diff options
| author | 2020-02-14 18:56:56 -0500 | |
|---|---|---|
| committer | 2020-02-14 18:56:56 -0500 | |
| commit | b5136a2f2d46580f1356cb605788de20118bce68 (patch) | |
| tree | 05064be05b4f3b5aaf1d7d18e99979f253d8eff0 /dot_config/mpv/mpv.conf | |
| parent | tmux: update term overrides, add alacritty (diff) | |
mpv/streamlink: init
Diffstat (limited to '')
| -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 |
