diff --git a/.gmrunrc b/.gmrunrc index fb9fab7..0c16245 100644 --- a/.gmrunrc +++ b/.gmrunrc @@ -3,6 +3,7 @@ Width = 500 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: @@ -16,7 +17,11 @@ URL_http = x-www-browser %u URL_https = x-www-browser %u URL_uf = x-www-browser http://ubuntuforums.org/ #type uf:// URL_mail = x-www-browser https://mail.google.com/ #type mail:// - +URL_man = ${TermExec} 'man %s' +URL_wikie = x-www-browser 'http://en.wikipedia.org/w/index.php?title=Special%3ASearch&search=%s' +URL_wiki = x-www-browser 'http://fr.wikipedia.org/w/index.php?title=Special%3ASearch&search=%s' URL_top = ${TermExec} '%s' #type [command] ctrl-enter 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