summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-07-30 19:45:29 +0200
committerJoe <bousset.rudy@gmail.com>2022-07-30 19:45:29 +0200
commit0c36b38260d11fdca608e49bb7ac9bd76e50b84e (patch)
tree970ca8a1203150f326aa29ae3e73d6c890ef4971
parentlang (diff)
downloaddotfiles-bsd-0c36b38260d11fdca608e49bb7ac9bd76e50b84e.tar.gz
dotfiles-bsd-0c36b38260d11fdca608e49bb7ac9bd76e50b84e.tar.bz2
dotfiles-bsd-0c36b38260d11fdca608e49bb7ac9bd76e50b84e.tar.xz
dotfiles-bsd-0c36b38260d11fdca608e49bb7ac9bd76e50b84e.tar.zst
dotfiles-bsd-0c36b38260d11fdca608e49bb7ac9bd76e50b84e.zip
update
-rw-r--r--.config/env1
-rw-r--r--.config/mpv/mpv.conf3
2 files changed, 4 insertions, 0 deletions
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