From b1560f571bf9ab0eaf8eea1de32833fdc60ef758 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 29 May 2015 21:59:34 +0200 Subject: [PATCH] [gmrun] Extension association --- .gmrunrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gmrunrc b/.gmrunrc index f550e47..11c3ea7 100644 --- a/.gmrunrc +++ b/.gmrunrc @@ -4,6 +4,7 @@ Top = 350 Left = 250 AlwaysInTerm = ssh telnet ftp lynx mc vi vim pine centericq perldoc man top htop mocp ncmpcpp w3m nano minicom + # You can make aliases withing gmrun, for example: # My second firefox profile (made with `firefox -ProfileManager`) URL_ff =`/usr/bin/firefox` #type ff: @@ -27,3 +28,6 @@ URL_mc = ${TermExec} '%s' #EXT:html,htm = x-www-browser %s EXT:pdf = evince %s EXT:txt,cc,cpp,h,java,html,htm,epl,tex,latex,js,css,xml,xsl,am = gedit %s +EXT:mpeg,mpg,avi,mkv,flv = vlc %s +EXT:mp3,ogg,m4a,wmv,wma = vlc %s +EXT:jpeg,jpg,png = eog %s