16
sx-open.cfg
16
sx-open.cfg
@@ -1,14 +1,12 @@
|
||||
#!syntax 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.
|
||||
# Format: type cmd regex
|
||||
|
||||
uri_handlers=(
|
||||
'steam=^steam://.+'
|
||||
'javaws=.+kvm.+?\.cgi$'
|
||||
'browser=^https?://.+'
|
||||
)
|
||||
# Examples:
|
||||
|
||||
mime_handlers=(
|
||||
'sxiv=image/.+'
|
||||
)
|
||||
#uri browser '^https?:'
|
||||
#uri steam '^steam:'
|
||||
|
||||
# vim: syntax=sh
|
||||
#mime sxiv '^image/'
|
||||
#mime libreoffice '^application/msword$'
|
||||
|
Reference in New Issue
Block a user