-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gmrunrc
35 lines (27 loc) · 916 Bytes
/
.gmrunrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# gmrun configuration file
# Set terminal
Terminal = xterm
TermExec = ${Terminal} -e
AlwaysInTerm = ssh vim man
# Set window geometry (except height)
Width = 400
# History size
History = 0
# Shows last history line selected when invoked
ShowLast = 0
# Show files starting with '.'
# Default is 0 (off), set it to 1 if you want "hidden" files to show up
# in the completion window
ShowDotFiles = 0
# Timeout (in milliseconds) after which gmrun will simulate a TAB press
# Set this to NULL if don't like this feature.
TabTimeout = 0
# 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 = x-www-browser '%u'
# extension handlers
EXT:pdf = evince %s
EXT:c,txt = ${TermExec} vim %s