From af04eb72958e99a767e30a964d27af1d96e73f41 Mon Sep 17 00:00:00 2001 From: joygnu Date: Sat, 31 Aug 2024 09:28:46 +0200 Subject: [PATCH] dont need rofi for mpv link opener --- home/hyprland/scripts/mpv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/hyprland/scripts/mpv.sh b/home/hyprland/scripts/mpv.sh index b428da2..2eccf05 100755 --- a/home/hyprland/scripts/mpv.sh +++ b/home/hyprland/scripts/mpv.sh @@ -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