diff options
-rw-r--r-- | .config/env | 1 | ||||
-rw-r--r-- | .config/mpv/mpv.conf | 3 |
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 |