From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bin/url-launcher | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 bin/url-launcher (limited to 'bin/url-launcher') diff --git a/bin/url-launcher b/bin/url-launcher deleted file mode 100755 index 70b51c8..0000000 --- a/bin/url-launcher +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -set -e - -text="$*" -if [ -z "$text" ]; then - read -r text -fi - -wl-copy "$text" -notify-send --urgency=low "copied" "$text" - -set -x -case "$text" in -*open.spotify.com*) notify-action -u low -c success -A "onclick=swaymsg exec -- spotify --uri=$text" "spotify link found" "$text" ;; - -url-launcher://*) - text=$(printf "%s" "$text" | sed -e 's,url-launcher://,,') - wl-copy "$text" - nuke "$text" - ;; -esac -- cgit 1.4.1