sx-open/sx-open.cfg

18 lines
312 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://.+'
["browser"]='.+'
)
filename_handlers=(
["javaws"]='^kvm.+?\.cgi$'
)
mime_handlers=(
["sxiv"]='image/.+'
)
# vim: syntax=sh