#!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. # scheme [ ...] #scheme browser http https #scheme steam steam # Or you can specify a regex for the entire uri: # uri [ ...] #uri steam '^steam:' #uri browser '^(https?|ftp):' # Mime types for filesystem targets: # mime [ ...] #mime sxiv '^image/' #mime libreoffice '^application/msword$'