From d65c51e304691fd369b7b3654dde2956c94eae73 Mon Sep 17 00:00:00 2001 From: twells46 Date: Thu, 1 Jan 2026 08:59:10 -0600 Subject: Cleanup permissions --- dot_config/mpv/executable_mpv.conf.tmpl | 7 ------- dot_config/mpv/mpv.conf.tmpl | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 dot_config/mpv/executable_mpv.conf.tmpl create mode 100644 dot_config/mpv/mpv.conf.tmpl (limited to 'dot_config/mpv') 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 }} 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 }} -- cgit v1.2.3