From 0c36b38260d11fdca608e49bb7ac9bd76e50b84e Mon Sep 17 00:00:00 2001 From: Joe Date: Sat, 30 Jul 2022 19:45:29 +0200 Subject: update --- .config/env | 1 + .config/mpv/mpv.conf | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .config/mpv/mpv.conf (limited to '.config') diff --git a/.config/env b/.config/env index eee6912..ee45491 100644 --- a/.config/env +++ b/.config/env @@ -22,6 +22,7 @@ export XDG_DOWNLOAD_DIR="$HOME"/dl export XDG_MUSIC_DIR="$HOME"/mu export XDG_PICTURES_DIR="$HOME"/pics export XDG_VIDEOS_DIR="$HOME"/vids +export XDG_RUNTIME_DIR=/tmp/xdg_runtime # Apps export EDITOR="editorcmd" diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..49fe2d2 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,3 @@ +msg-level=ffmpeg=fatal +vo=gpu +hwdec=vaapi \ No newline at end of file -- cgit v1.2.3