aboutsummaryrefslogtreecommitdiff
path: root/dot_config/mpv/mpv.conf.tmpl
diff options
context:
space:
mode:
authortwells46 <tom@wellsth.com>2026-01-01 08:59:10 -0600
committertwells46 <tom@wellsth.com>2026-01-01 08:59:10 -0600
commitd65c51e304691fd369b7b3654dde2956c94eae73 (patch)
treeec1e449cd2959f197695208580e2b0ed51de5244 /dot_config/mpv/mpv.conf.tmpl
parent57cb004b71a9a9f688418da05cf88cc670b69f0f (diff)
Cleanup permissions
Diffstat (limited to 'dot_config/mpv/mpv.conf.tmpl')
-rw-r--r--dot_config/mpv/mpv.conf.tmpl7
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 }}