diff options
| -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 |
