added video slideshows, useful for the chans

modified:   .config/qutebrowser/autoconfig.yml
	new file:   .local/bin/tools/mpvallvids
This commit is contained in:
2020-09-16 12:52:05 +02:00
parent ff3425a842
commit f214208540
2 changed files with 7 additions and 0 deletions

2
.local/bin/tools/mpvallvids Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
lynx --dump --listonly --nonumbers "$1" | grep '\.webm$' | uniq | xargs mpv