commit 2adc37e727e67231ef22774a9dc02597831a029d
parent ff5a04bc340814ae18c9423c1f70f77001de3774
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sun, 23 Dec 2018 20:41:57 +0100
+mpv
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/install.sh b/install.sh
@@ -6,6 +6,8 @@ command -v git >/dev/null 2>&1 || { echo "I require git but it's not installed.
touch ~/-@ # http://unix.stackexchange.com/a/77868
+mkdir -p ~/.config
+
mkdir -p ~/logs
mkdir -p ~/temp/{vim,mutt,lock}
mkdir -p ~/temp/vim/{temp,backup}
@@ -66,6 +68,7 @@ ln -s ~/config/gnupg/gpg.conf ~/.gnupg/gpg.conf
ln -s ~/config/i3/config ~/.i3/config
ln -s ~/config/sway ~/.config/sway
+ln -s ~/config/mpv ~/.config/mpv
ln -s ~/config/latexmk ~/.latexmkrc
ln -s ~/config/abcde ~/.abcde.conf
ln -s ~/config/reportbugrc ~/.reportbugrc
diff --git a/mpv/mpv.conf b/mpv/mpv.conf
@@ -0,0 +1,2 @@
+hwdec=auto
+gpu-context=wayland