gmrunrc: EXT syntax-> EXT:ext,etc = handler '%s'

This commit is contained in:
wdlkmpx 2021-02-22 08:21:46 +08:00
parent ee2560d57f
commit 0573d99082
1 changed files with 3 additions and 1 deletions

View File

@ -56,5 +56,7 @@ URL_search = xdg-open 'http://www.google.com/search?q=%s'
# extension handlers
# Customize your own extension handler.
# syntax-> EXT:ext,etc = handler '%s'
EXT:doc,rtf,txt,cc,cpp,h,java,html,htm,epl,tex,latex,js,css,xml,xsl,am,ps,pdf = xdg-open '%s'
EXT:mkv,mp4,avi,asf,wmv = xdg-open '%s'
EXT:mp3,flac,ogg,aac,wav = xdg-open '%s'