# gmrun configuration file
# gmrun is (C) Mihai Bazon, <mishoo@infoiasi.ro>
# GPL v2.0 applies

# Set terminal
Terminal = x-terminal-emulator
TermExec = ${Terminal} -e
AlwaysInTerm = ssh telnet ftp lynx mc

# Set window geometry (except height)
Width = 500
#Top = 100
#Left = 200

# History size
History = 256

# URL handlers
# If the entered text is "http://www.google.com" then:
#   - %u gets replaced with the whole URL ("http://www.google.com")
#   - %s gets replaced with "//www.google.com".  This is useful for URL-s
#     like "man:printf" --> %s will get replaced with "printf"
URL_http = gnome-moz-remote %u
URL_mailto = gnome-moz-remote %u
URL_file = gnome-moz-remote %u
URL_man = ${TermExec} 'man %s'
URL_readme = ${TermExec} 'zless /usr/share/doc/%s/README.Debian.gz'
URL_info = ${TermExec} 'info %s'
URL_sh = sh -c '%s'
