summarylogtreecommitdiffstats
path: root/openurl.sh
blob: 41fd1f42d0e82b4dc88ef37d4ff9c878b3b852d2 (plain)
1
2
3
4
5
6
7
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"