sx-open/sx-open.cfg

15 lines
299 B
Bash

# Configuration file for sx-open
# Note that as sx-open checks the regexes in order, they should be placed in order from specific to less so.
uri_handlers=(
["steam"]='^steam://.+'
["javaws"]='kvm.+?\.cgi$'
["browser"]='^http(s)://.+'
)
mime_handlers=(
["sxiv"]='image/.+'
)
# vim: syntax=sh