associative arrays mess up sorting

This commit is contained in:
2015-01-13 23:40:37 +03:00
parent d8b9b5dc01
commit 958ae3f264
2 changed files with 14 additions and 13 deletions

View File

@@ -2,13 +2,13 @@
# 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)://.+'
'steam=^steam://.+'
'javaws=.+kvm.+?\.cgi$'
'browser=^http(s)://.+'
)
mime_handlers=(
["sxiv"]='image/.+'
'sxiv=image/.+'
)
# vim: syntax=sh