summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2019-04-11 11:10:46 +0200
committerFlorian Pritz <bluewind@xinu.at>2019-04-11 11:10:46 +0200
commit44b7be6d4ca4b006d22b62151721141cb6e35936 (patch)
treea006da9c4fcf3fbbe2c534460e5b7ea436037811
parent86f67baffd6ce9170a146731cc85f0720686e471 (diff)
downloadbin-44b7be6d4ca4b006d22b62151721141cb6e35936.tar.gz
bin-44b7be6d4ca4b006d22b62151721141cb6e35936.tar.xz
urxvt-link.sh: Use browser_launcher.pl
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xurxvt-link.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/urxvt-link.sh b/urxvt-link.sh
index f2d610f..d7ac96c 100755
--- a/urxvt-link.sh
+++ b/urxvt-link.sh
@@ -1,4 +1,4 @@
#!/bin/bash
echo -n "$1" | nohup >/dev/null 2>&1 xclip
-firefox "$1"
+browser_launcher.pl "$1"