sx-open/sx-open.cfg

16 lines
202 B
INI
Raw Normal View History

2014-09-25 13:26:15 +00:00
# Configuration file for sx-open
declare -A uri_handlers
declare -A mime_handlers
uri_handlers=(
["steam"]='^steam://.+'
["browser"]='.+'
)
mime_handlers=(
["sxiv"]='image/.+'
)
# vim: syntax=sh