Adds / tweaks a bunch of scripts

This commit is contained in:
Jonathan Hodgson 2024-02-18 19:30:08 +00:00
parent 887f479d1f
commit 285165913d
13 changed files with 112 additions and 30 deletions

View file

@ -18,6 +18,9 @@ case "$url" in
sxiv "$tmp"
rm "$tmp"
;;
*.mp3|*.wma)
mpv "$url"
;;
*"//xkcd.com/"*) xkcd "$url"; exit 0 ;;
"mailto:"*) neomutt "$url"; exit 0 ;;
*) $browser "$url"; exit 0 ;;