summarylogtreecommitdiffstats
path: root/openurl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'openurl.sh')
-rw-r--r--openurl.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/openurl.sh b/openurl.sh
new file mode 100644
index 000000000000..41fd1f42d0e8
--- /dev/null
+++ b/openurl.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+# use this script to customize the way the engine should open URLs
+
+xdg-open "$1"
+
+# other possibilities .. not exhaustive of course ..
+# opera "$1"
+# xterm -e lynx "$1"