aboutsummaryrefslogtreecommitdiff
path: root/dot_config/mpv/mpv.conf.tmpl
diff options
context:
space:
mode:
authortwells46 <173561638+twells46@users.noreply.github.com>2026-01-09 14:38:05 -0600
committertwells46 <173561638+twells46@users.noreply.github.com>2026-01-09 14:38:05 -0600
commit391ed8ce469a151384757d156fc88f20c1c0b76b (patch)
treee5d67df4559841f647d8b68bddcb3c1540df2986 /dot_config/mpv/mpv.conf.tmpl
parent237b5229fe75dc8d2ccdad1d7edd41c1241108f2 (diff)
Update with new laptop install
Diffstat (limited to 'dot_config/mpv/mpv.conf.tmpl')
-rw-r--r--dot_config/mpv/mpv.conf.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_config/mpv/mpv.conf.tmpl b/dot_config/mpv/mpv.conf.tmpl
index d94f17f..7796488 100644
--- a/dot_config/mpv/mpv.conf.tmpl
+++ b/dot_config/mpv/mpv.conf.tmpl
@@ -2,6 +2,9 @@
# Home laptop
hwdec=vaapi
gpu-api=opengl
+{{- else if eq .chezmoi.hostname "aurora" }}
+# Work laptop
+hwdec=vaapi
{{- else }}
hwdec=auto
{{- end }}