diff options
| author | twells46 <tom@wellsth.com> | 2026-01-01 08:59:10 -0600 |
|---|---|---|
| committer | twells46 <tom@wellsth.com> | 2026-01-01 08:59:10 -0600 |
| commit | d65c51e304691fd369b7b3654dde2956c94eae73 (patch) | |
| tree | ec1e449cd2959f197695208580e2b0ed51de5244 /dot_config/mpv/executable_mpv.conf.tmpl | |
| parent | 57cb004b71a9a9f688418da05cf88cc670b69f0f (diff) | |
Cleanup permissions
Diffstat (limited to 'dot_config/mpv/executable_mpv.conf.tmpl')
| -rw-r--r-- | dot_config/mpv/executable_mpv.conf.tmpl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dot_config/mpv/executable_mpv.conf.tmpl b/dot_config/mpv/executable_mpv.conf.tmpl deleted file mode 100644 index d94f17f..0000000 --- a/dot_config/mpv/executable_mpv.conf.tmpl +++ /dev/null @@ -1,7 +0,0 @@ -{{- if eq .chezmoi.hostname "Aragorn" }} -# Home laptop -hwdec=vaapi -gpu-api=opengl -{{- else }} -hwdec=auto -{{- end }} |