sx-open/sx-open.cfg

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