21 lines
915 B
Plaintext
21 lines
915 B
Plaintext
# Set window geometry
|
|
Width = 500
|
|
Top = 350
|
|
Left = 250
|
|
|
|
# You can make aliases withing gmrun, for example:
|
|
# My second firefox profile (made with `firefox -ProfileManager`)
|
|
URL_ff =`/usr/bin/firefox` #type ff:
|
|
URL_google = x-www-browser 'http://www.google.com.ph/search?q=%s'
|
|
URL_trans2fr = x-www-browser 'http://translate.google.fr/translate_t?hl=fr&ie=UTF-8&text=%s&sl=en&tl=fr#'
|
|
URL_trans2en = x-www-browser 'http://translate.google.fr/translate_t?hl=fr&ie=UTF-8&text=%s&sl=fr&tl=en#'
|
|
Terminal = gnome-terminal #type ctrl-enter
|
|
TermExec = gnome-terminal -e
|
|
URL_http = /usr/bin/firefox %u
|
|
URL_https = /usr/bin/firefox %u
|
|
URL_uf = /usr/bin/firefox http://ubuntuforums.org/ #type uf://
|
|
URL_mail = /usr/bin/firefox https://mail.google.com/ #type mail://
|
|
|
|
URL_top = ${TermExec} '%s' #type [command] ctrl-enter
|
|
URL_mc = ${TermExec} '%s'
|