diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2023-01-03 20:05:25 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2023-01-03 20:05:25 +0100 |
| commit | 6e1e96b4a7c0700eab8a6838f4aff089c94feac3 (patch) | |
| tree | 93860c44281868fcd52200ae77220356fdc2082e | |
| parent | 21b54f0b5a4bf7d669b8616e2712e452a59048b3 (diff) | |
mpv: add mpv.conf
| -rwxr-xr-x | deploy.sh | 3 | ||||
| -rw-r--r-- | mpv/mpv.conf | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,9 @@ ln -sf ${CONFIG_DIR}/muttrc ${HOME}/.mutt/muttrc ln -sf ${CONFIG_DIR}/ripgreprc ${HOME}/.config/ripgreprc +mkdir -p ${HOME}/.config/mpv +ln -sf ${CONFIG_DIR}/mpv/mpv.conf ${HOME}/.config/mpv/mpv.conf + for profile in ${HOME}/.mozilla/firefox/*.default ${HOME}/.mozilla/firefox/*.default-release; do [ ! -d "$profile" ] && continue mkdir -p "$profile/chrome" diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..621600c --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1 @@ +hwdec=vaapi |
