From d7061225119067a641ab6d0bd93b7a23c18a5024 Mon Sep 17 00:00:00 2001 From: fbt Date: Wed, 1 Aug 2018 20:20:59 +0300 Subject: [PATCH] kek Signed-off-by: fbt --- sx-open.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'