sx-open/sx-open.cfg

15 lines
285 B
INI
Raw Permalink Normal View History

2014-09-25 13:26:15 +00:00
# Configuration file for sx-open
2014-09-25 13:50:08 +00: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 13:26:15 +00:00
uri_handlers=(
2015-01-13 20:40:37 +00:00
'steam=^steam://.+'
'javaws=.+kvm.+?\.cgi$'
'browser=^http(s)://.+'
)
2014-09-25 13:26:15 +00:00
mime_handlers=(
2015-01-13 20:40:37 +00:00
'sxiv=image/.+'
2014-09-25 13:26:15 +00:00
)
# vim: syntax=sh