Chinaunix首页 | 论坛 | 博客
  • 博客访问: 42602
  • 博文数量: 18
  • 博客积分: 934
  • 博客等级: 准尉
  • 技术积分: 210
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-27 22:24
文章分类

全部博文(18)

文章存档

2011年(1)

2010年(17)

我的朋友
最近访客

分类: LINUX

2010-11-09 12:30:51

# gmrun configuration file
# gmrun is (C) Mihai Bazon,
# GPL v2.0 applies

# Set terminal
Terminal = xterm
TermExec = ${Terminal} -e
AlwaysInTerm = ssh telnet ftp lynx mc vi vim pine centericq perldoc man

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

# History size
History = 256

# Shows last history line selected when invoked
ShowLast = 1

# 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 "" then:
#   - %u gets replaced with the whole URL ("")
#   - %s gets replaced with "//".  This is useful for URL-s
#     like "man:printf" --> %s will get replaced with "printf"
URL_http = firefox -remote "openURL(%u, new-window)"
#URL_mailto = firefox -remote "mailto(%s)"
URL_man = ${TermExec} 'man %s'
URL_info = ${TermExec} 'info %s'
URL_term = ${TermExec} '%s'
URL_pd = ${TermExec} 'perldoc %s'
URL_file = thunar %s
URL_readme = ${TermExec} 'less /usr/doc/%s/README'
URL_sh = sh -c '%s'
URL_python = python '%s'

# extension handlers
EXT:doc,rtf = soffice -writer %s
EXT:txt,c,cc,cpp,h,java,html,htm,epl,tex,latex,js,css,xml,xsl,am = leafpad %s
EXT:mp3,Mp3,wma,Wma,rm,rmvb,flv,avi = mplayer %s -ao alsa
EXT:jpg,png = feh %s
EXT:pdf = xpdf %s
EXT:chm = chmsee %s

阅读(855) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~