diff options
Diffstat (limited to 'dot_config/mpv/mpv.conf.tmpl')
| -rw-r--r-- | dot_config/mpv/mpv.conf.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dot_config/mpv/mpv.conf.tmpl b/dot_config/mpv/mpv.conf.tmpl new file mode 100644 index 0000000..d94f17f --- /dev/null +++ b/dot_config/mpv/mpv.conf.tmpl @@ -0,0 +1,7 @@ +{{- if eq .chezmoi.hostname "Aragorn" }} +# Home laptop +hwdec=vaapi +gpu-api=opengl +{{- else }} +hwdec=auto +{{- end }} |