Files
sx-open/sx-open.cfg

15 lines
284 B
INI
Raw Normal View History

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=(
2015-01-13 23:40:37 +03:00
'steam=^steam://.+'
'javaws=.+kvm.+?\.cgi$'
2015-02-25 08:00:47 +03:00
'browser=^https?://.+'
)
2014-09-25 17:26:15 +04:00
mime_handlers=(
2015-01-13 23:40:37 +03:00
'sxiv=image/.+'
2014-09-25 17:26:15 +04:00
)
# vim: syntax=sh