From 43a1bc3094d1d8da0a2b2cedcf98cda6f450e00c Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 11 Sep 2009 13:13:14 +0200 Subject: Initial import of dotfiles --- gmrunrc | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 gmrunrc (limited to 'gmrunrc') diff --git a/gmrunrc b/gmrunrc new file mode 100644 index 0000000..248e953 --- /dev/null +++ b/gmrunrc @@ -0,0 +1,47 @@ +# gmrun configuration file, using gmrun 0.9.2 on Arch GNU/Linux + +# {{{ Terminal +Terminal = urxvt +TermExec = ${Terminal} -e +AlwaysInTerm = ssh telnet ftp links cplay mc pine alpine man irssi screen ipython +# }}} + +# {{{ Window +#Top = 300 +#Left = 450 +Width = 1270 +# }}} + +# {{{ History +ShowLast = 1 +History = 256 +# }}} + +# {{{ Files +ShowDotFiles = 1 +# }}} + +# {{{ Keys +TabTimeout = 0 +# }}} + +# {{{ URL handlers +# - %u - whole URL ("http://www.google.com") +# - %s - in "man:printf" %s gets replaced with "printf" +URL_file = rox %s +URL_sh = sh -c '%s' +URL_man = ${TermExec} 'man %s' +URL_info = ${TermExec} 'info %s' +URL_info = ${TermExec} 'info %s' +URL_pd = ${TermExec} 'perldoc %s' +URL_mailto = ${TermExec} 'alpine %s' +URL_http = firefox -remote "openURL(%u, new-tab)" +URL_readme = ${TermExec} 'less /usr/doc/%s/README' +# }}} + +# {{{ Extension handlers +EXT:ps = gv %s +EXT:pdf = okular %s +EXT:doc,rtf = /opt/openoffice/program/swriter %s +EXT:txt,py,lua,pl,cc,cpp,h,java,html,htm,epl,tex,latex,js,css,xml,xsl,am = emacsclient -n %s +# }}} -- cgit v1.2.3