2014-09-25 17:26:15 +04:00
|
|
|
# Configuration file for sx-open
|
2014-09-25 17:50:08 +04:00
|
|
|
# Note that as sx-open checks the regexes in order, they should be placed in order from specific to less so.
|
2014-09-25 17:26:15 +04:00
|
|
|
|
|
|
|
uri_handlers=(
|
|
|
|
["steam"]='^steam://.+'
|
2014-11-26 15:59:17 +03:00
|
|
|
["javaws"]='.+kvm.+?\.cgi$'
|
2014-11-25 13:22:15 +03:00
|
|
|
["browser"]='^http(s)://.+'
|
2014-11-21 13:48:09 +03:00
|
|
|
)
|
|
|
|
|
2014-09-25 17:26:15 +04:00
|
|
|
mime_handlers=(
|
|
|
|
["sxiv"]='image/.+'
|
|
|
|
)
|
|
|
|
|
|
|
|
# vim: syntax=sh
|