summaryrefslogtreecommitdiff
path: root/gmrunrc
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-11 13:13:14 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-11 13:13:14 +0200
commit43a1bc3094d1d8da0a2b2cedcf98cda6f450e00c (patch)
treedf8e143285987e8a6a76657f9037a424a0262500 /gmrunrc
downloaddotfiles-43a1bc3094d1d8da0a2b2cedcf98cda6f450e00c.tar.xz
Initial import of dotfiles
Diffstat (limited to 'gmrunrc')
-rw-r--r--gmrunrc47
1 files changed, 47 insertions, 0 deletions
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
+# }}}