1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

added mpv config for wayland ha

This commit is contained in:
eoli3n 2020-05-18 23:19:00 +02:00
parent f4576b4df8
commit 03b3aaa86a
3 changed files with 19 additions and 0 deletions

@ -4,4 +4,5 @@ if test "$hostname" = "osz"
set -x fish_user_paths $HOME/bin $HOME/go/bin $HOME/.gem/ruby/2.7.0/bin
end
set -gx LIBVA_DRIVER_NAME 'iHD'
set -x VAGRANT_DEFAULT_PROVIDER 'libvirt'

7
roles/mpv/files/mpv.conf Normal file

@ -0,0 +1,7 @@
gpu-context=wayland
hwdec=vaapi
vo=gpu
ao=pulse
audio-channels=2
alang=eng,en,anglais,english
slang=fr,fre,french,francais

11
roles/mpv/tasks/main.yml Normal file

@ -0,0 +1,11 @@
---
- name: create mpv config dir
file:
path: ~/.config/mpv
state: directory
- name: copy mpv config file
copy:
src: mpv.conf
dest: ~/.config/mpv