From bdfa690762c9fbd99c60e974f6d244241fa704b9 Mon Sep 17 00:00:00 2001 From: fbt Date: Wed, 1 Aug 2018 19:59:02 +0300 Subject: [PATCH] remove redundant parts Signed-off-by: fbt --- sx-open.cfg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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'