wok diff gmrun/stuff/gmrunrc @ rev 23741

updated workerfm again (2.19.6 -> 4.1.0)
author Hans-G?nter Theisgen
date Fri May 01 11:25:13 2020 +0100 (2020-05-01)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gmrun/stuff/gmrunrc	Fri May 01 11:25:13 2020 +0100
     1.3 @@ -0,0 +1,49 @@
     1.4 +# gmrun configuration file
     1.5 +# gmrun is (C) Mihai Bazon, <mishoo@infoiasi.ro>
     1.6 +# GPL v2.0 applies
     1.7 +
     1.8 +# Set terminal
     1.9 +Terminal = xterm
    1.10 +TermExec = ${Terminal} -e
    1.11 +AlwaysInTerm = ssh telnet ftp lynx mc vi vim pine centericq perldoc man
    1.12 +
    1.13 +# Set window geometry (except height)
    1.14 +Width = 400
    1.15 +Top = 100
    1.16 +Left = 200
    1.17 +
    1.18 +# History size
    1.19 +History = 256
    1.20 +
    1.21 +# Shows last history line selected when invoked
    1.22 +ShowLast = 1
    1.23 +
    1.24 +# Show files starting with '.'
    1.25 +# Default is 0 (off), set it to 1 if you want "hidden" files to show up
    1.26 +# in the completion window
    1.27 +ShowDotFiles = 0
    1.28 +
    1.29 +# Timeout (in milliseconds) after which gmrun will simulate a TAB press
    1.30 +# Set this to NULL if don't like this feature.
    1.31 +TabTimeout = 0
    1.32 +
    1.33 +# URL handlers
    1.34 +# If the entered text is "http://www.google.com" then:
    1.35 +#   - %u gets replaced with the whole URL ("http://www.google.com")
    1.36 +#   - %s gets replaced with "//www.google.com".  This is useful for URL-s
    1.37 +#     like "man:printf" --> %s will get replaced with "printf"
    1.38 +URL_http = firefox "openURL(%u, new-window)"
    1.39 +URL_mailto = claws-main --compose "%s"
    1.40 +URL_man = ${TermExec} 'man %s'
    1.41 +URL_info = ${TermExec} 'info %s'
    1.42 +URL_pd = ${TermExec} 'perldoc %s'
    1.43 +URL_file = pcmanfm %s
    1.44 +URL_readme = ${TermExec} 'less /usr/doc/%s/README'
    1.45 +URL_info = ${TermExec} 'info %s'
    1.46 +URL_sh = sh -c '%s'
    1.47 +
    1.48 +# extension handlers
    1.49 +EXT:doc,rtf = abiWord %s
    1.50 +EXT:txt,cc,cpp,h,java,html,htm,epl,tex,latex,js,css,xml,xsl,am = geany %s
    1.51 +EXT:ps = gv %s
    1.52 +EXT:pdf = epdfview %s