diff --git a/sx-open.cfg b/sx-open.cfg index c04e86e..dcaaf72 100644 --- a/sx-open.cfg +++ b/sx-open.cfg @@ -16,7 +16,7 @@ # %target% — The first argument to this script. # If not found, target is appended to the end of # example: -#uri 'browser %target% --profile=work' '^https://.+\.?workdomain.tld.*' +#uri 'browser %target% --profile=work' 'https://.+\.?workdomain\.tld\..*' # scheme [ ...] #scheme browser http https @@ -24,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 sxiv 'image/.+' #mime libreoffice 'application/msword'