2009-11-05 11:58:10 +01:00
|
|
|
# Set window geometry
|
|
|
|
Width = 500
|
|
|
|
Top = 350
|
|
|
|
Left = 250
|
|
|
|
|
2018-01-04 11:04:07 +01:00
|
|
|
AlwaysInTerm = ssh telnet ftp lynx mc vi vim pine centericq perldoc man top htop mocp ncmpcpp w3m nano minicom alsamixer
|
2015-05-29 21:59:34 +02:00
|
|
|
|
2009-11-05 11:58:10 +01:00
|
|
|
# You can make aliases withing gmrun, for example:
|
|
|
|
# My second firefox profile (made with `firefox -ProfileManager`)
|
|
|
|
URL_ff =`/usr/bin/firefox` #type ff:
|
2009-11-26 10:33:42 +01:00
|
|
|
URL_google = x-www-browser 'http://www.google.com/search?q=%s'
|
2009-12-01 13:27:29 +01:00
|
|
|
URL_verbe = x-www-browser 'http://www.la-conjugaison.fr/du/verbe/%s.php'
|
2014-12-22 16:29:00 +01:00
|
|
|
URL_verbs = x-www-browser 'http://www.theconjugator.com/la/conjugaison/du/verbe/%s.html'
|
2014-01-02 10:05:55 +01:00
|
|
|
URL_verbeen= x-www-browser "http://www.verb2verbe.com/francais/ConjList.aspx?verb=%s&tail=&conjLang=English&ref=0&type=query"
|
2009-11-25 10:08:07 +01:00
|
|
|
URL_en2fr = x-www-browser 'http://translate.google.fr/translate_t?hl=fr&ie=UTF-8&text=%s&sl=en&tl=fr#'
|
|
|
|
URL_fr2en = x-www-browser 'http://translate.google.fr/translate_t?hl=fr&ie=UTF-8&text=%s&sl=fr&tl=en#'
|
2009-11-05 11:58:10 +01:00
|
|
|
Terminal = gnome-terminal #type ctrl-enter
|
|
|
|
TermExec = gnome-terminal -e
|
2010-01-25 11:37:47 +01:00
|
|
|
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://
|
2011-02-04 15:09:18 +01:00
|
|
|
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'
|
2009-11-05 11:58:10 +01:00
|
|
|
URL_top = ${TermExec} '%s' #type [command] ctrl-enter
|
|
|
|
URL_mc = ${TermExec} '%s'
|
2009-11-16 10:29:58 +01:00
|
|
|
#EXT:html,htm = x-www-browser %s
|
2011-02-04 15:09:18 +01:00
|
|
|
EXT:pdf = evince %s
|
|
|
|
EXT:txt,cc,cpp,h,java,html,htm,epl,tex,latex,js,css,xml,xsl,am = gedit %s
|
2015-05-29 21:59:34 +02:00
|
|
|
EXT:mpeg,mpg,avi,mkv,flv = vlc %s
|
|
|
|
EXT:mp3,ogg,m4a,wmv,wma = vlc %s
|
|
|
|
EXT:jpeg,jpg,png = eog %s
|