various config
This commit is contained in:
parent
4d7c6188f3
commit
e843519bc6
@ -35,7 +35,7 @@ printf $SHABANG"xrandr --output VGA-1 --off\n" >vgaoff
|
||||
# youtube-dl stuff
|
||||
printf $SHABANG"youtube-dl --add-metadata -i -o \"$HOME/%%(upload_date)s %%(title)s.%%(ext)s\" \"\$@\"\n" >youtube-dlo
|
||||
printf $SHABANG"youtube-dlo -f \"bestvideo[vcodec=vp9]+bestaudio[acodec=opus]\" \"\$@\"\n" >youtube-dlp
|
||||
printf $SHABANG"youtube-dlp -f \$(youtube-dl -F \$1 | 9 tail +4 | dmenu -p \"Choose a format.\" -l 10 | asplit - SP 0) \"\$@\"\n" >youtube-dl-interactive
|
||||
printf $SHABANG"youtube-dlp -f \$(youtube-dl -F \$1 | 9 tail +4 | dmenu -p \"Choose a format.\" -l 20 | asplit - SP 0) \"\$@\"\n" >youtube-dl-interactive
|
||||
printf $SHABANG"youtube-dl-interactive \"\$@\" -o - | mpv -\n" >youtube-mpv
|
||||
|
||||
ls && [ $(printf "Yes.\nNo." | dmenu -p "Any risky files?") = "No." ] && printf "Making executable.\n" && chmod +x *
|
||||
|
@ -1,5 +1,4 @@
|
||||
audacious
|
||||
bat
|
||||
blender
|
||||
curl
|
||||
dvdbackup
|
||||
@ -37,6 +36,7 @@ sed
|
||||
thunar
|
||||
thunderbird
|
||||
units
|
||||
unrar
|
||||
unzip
|
||||
vlc
|
||||
wget
|
||||
|
Loading…
Reference in New Issue
Block a user