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