Script tweaks - added start of stack overflow script

This commit is contained in:
Jonathan Hodgson 2019-10-23 20:32:18 +01:00
parent 50c38d4349
commit 1a0c852712
5 changed files with 707 additions and 0 deletions

View file

@ -2,6 +2,8 @@
url="$1"
notify-send "Opening Video" "$url"
if [ -z "$url" ]; then
url=$(rofi -dmenu -p 'URL')
fi