Here's the script (running from my home folder), without any launcher (I'm on i3wm as well, which is fantastic):
#!/bin/bash cd ~/tmptube youtube-dl -f 43 $1 vlc *.webm rm ~/tmptube/*.webm it's called tmptube.sh And in Launchy's .xml file, I've put between the command brackets: /home/user/tmptube.sh
