wok annotate gmrun/stuff/gmrunrc @ rev 9195

busybox: add conspy fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 09 22:01:54 2011 +0100 (2011-03-09)
parents
children
rev   line source
rocky@3546 1 # gmrun configuration file
rocky@3546 2 # gmrun is (C) Mihai Bazon, <mishoo@infoiasi.ro>
rocky@3546 3 # GPL v2.0 applies
rocky@3546 4
rocky@3546 5 # Set terminal
rocky@3546 6 Terminal = xterm
rocky@3546 7 TermExec = ${Terminal} -e
rocky@3546 8 AlwaysInTerm = ssh telnet ftp lynx mc vi vim pine centericq perldoc man
rocky@3546 9
rocky@3546 10 # Set window geometry (except height)
rocky@3546 11 Width = 400
rocky@3546 12 Top = 100
rocky@3546 13 Left = 200
rocky@3546 14
rocky@3546 15 # History size
rocky@3546 16 History = 256
rocky@3546 17
rocky@3546 18 # Shows last history line selected when invoked
rocky@3546 19 ShowLast = 1
rocky@3546 20
rocky@3546 21 # Show files starting with '.'
rocky@3546 22 # Default is 0 (off), set it to 1 if you want "hidden" files to show up
rocky@3546 23 # in the completion window
rocky@3546 24 ShowDotFiles = 0
rocky@3546 25
rocky@3546 26 # Timeout (in milliseconds) after which gmrun will simulate a TAB press
rocky@3546 27 # Set this to NULL if don't like this feature.
rocky@3546 28 TabTimeout = 0
rocky@3546 29
rocky@3546 30 # URL handlers
rocky@3546 31 # If the entered text is "http://www.google.com" then:
rocky@3546 32 # - %u gets replaced with the whole URL ("http://www.google.com")
rocky@3546 33 # - %s gets replaced with "//www.google.com". This is useful for URL-s
rocky@3546 34 # like "man:printf" --> %s will get replaced with "printf"
rocky@3546 35 URL_http = firefox "openURL(%u, new-window)"
rocky@3546 36 URL_mailto = claws-main --compose "%s"
rocky@3546 37 URL_man = ${TermExec} 'man %s'
rocky@3546 38 URL_info = ${TermExec} 'info %s'
rocky@3546 39 URL_pd = ${TermExec} 'perldoc %s'
rocky@3546 40 URL_file = pcmanfm %s
rocky@3546 41 URL_readme = ${TermExec} 'less /usr/doc/%s/README'
rocky@3546 42 URL_info = ${TermExec} 'info %s'
rocky@3546 43 URL_sh = sh -c '%s'
rocky@3546 44
rocky@3546 45 # extension handlers
rocky@3546 46 EXT:doc,rtf = abiWord %s
rocky@3546 47 EXT:txt,cc,cpp,h,java,html,htm,epl,tex,latex,js,css,xml,xsl,am = geany %s
rocky@3546 48 EXT:ps = gv %s
rocky@3546 49 EXT:pdf = epdfview %s