Script tweaks - added start of stack overflow script
This commit is contained in:
parent
30dc39fff6
commit
d898bc0b77
5 changed files with 707 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
url="$1"
|
||||
|
||||
notify-send "Opening Video" "$url"
|
||||
|
||||
if [ -z "$url" ]; then
|
||||
url=$(rofi -dmenu -p 'URL')
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue