summaryrefslogtreecommitdiffstats
path: root/urxvt-link.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-07-19 19:35:27 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-07-19 19:35:27 +0200
commit27f0010fd7d32789ae2f2802d777e0f80547908e (patch)
tree715ebe806a77a504c369e0affd98fc9a48aa4927 /urxvt-link.sh
parentd2a44efbe707b7210107fabce58fb99c1a3b251e (diff)
downloadbin-27f0010fd7d32789ae2f2802d777e0f80547908e.tar.gz
bin-27f0010fd7d32789ae2f2802d777e0f80547908e.tar.xz
urxvt-link.sh: use firefox for everything again
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'urxvt-link.sh')
-rwxr-xr-xurxvt-link.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/urxvt-link.sh b/urxvt-link.sh
index ec49820..f2d610f 100755
--- a/urxvt-link.sh
+++ b/urxvt-link.sh
@@ -1,8 +1,4 @@
#!/bin/bash
echo -n "$1" | nohup >/dev/null 2>&1 xclip
-if [[ $1 =~ http://(www.)?youtube.com/* ]]; then
- chromium "$1"
-else
- firefox "$1"
-fi
+firefox "$1"