dont need rofi for mpv link opener
This commit is contained in:
parent
98bc099caf
commit
a9d649f817
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue