dont need rofi for mpv link opener

This commit is contained in:
joygnu 2024-08-31 09:28:46 +02:00
parent 4b307ee5e6
commit af04eb7295

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Run rofi to ask for the link
link=$(rofi -dmenu -p )
# Get the link from the clipboard using wl-paste
link=$(wl-paste)
# Check if a link was provided
if [ -n "$link" ]; then