This commit is contained in:
2014-09-25 17:26:15 +04:00
commit 89052504ce
3 changed files with 64 additions and 0 deletions

15
sx-open.cfg Normal file
View File

@@ -0,0 +1,15 @@
# 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