diff --git a/sx-open.cfg b/sx-open.cfg index 9f1d545..c04e86e 100644 --- a/sx-open.cfg +++ b/sx-open.cfg @@ -1,6 +1,7 @@ #!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. +# Regexes imply '^$' # Disable desktop notifications #cfg notify false @@ -23,10 +24,10 @@ # Or you can specify a regex for the entire uri: # uri [ ...] -#uri steam '^steam:' -#uri browser '^(https?|ftp):' +#uri steam 'steam:' +#uri browser '(https?|ftp):' # Mime types for filesystem targets: # mime [ ...] -#mime sxiv '^image/' -#mime libreoffice '^application/msword$' +#mime sxiv 'image/' +#mime libreoffice 'application/msword'