1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-04-22 16:20:46 -07:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Connor Olding 79029eb4fc windows nonsense 2020-03-07 21:29:28 -08:00
Connor Olding 420de2b939 fix ytdl argument format 2020-03-07 21:29:11 -08:00
2 changed files with 5 additions and 1 deletions

View File

@ -160,6 +160,10 @@ trash() {
dd status=none if=/dev/random bs=1 count="$1"
}
explore() {
explorer "$(cygpath -w $1)"
}
# sources {{{1
if [ $FANCY -eq 1 ]; then

View File

@ -54,7 +54,7 @@ mpv_watch() {
mpv \
--force-window=yes \
--af=lavfi="[$_M_PROCESS]" \
--ytdl-format '[width<=1280]/best' \
--ytdl-format='[width<=1280]/best' \
"$@" "$url"
popd >/dev/null
}