dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 2c086ad04b08ab960b645e64a76fe39e7dc73f5a
parent 047f4aa75e8bb80d40da5d5727a72159c1d7190c
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sat,  4 Oct 2014 14:17:59 -0700

Gmrun: Add rc file

Diffstat:
gmrunrc | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/gmrunrc b/gmrunrc @@ -0,0 +1,16 @@ +ShowDotFiles = 1 +TabTimeout = 1 + +Terminal = gnome-terminal +TermExec = ${Terminal} -e +AlwaysInTerm = htop man info + +History = 500 + +URL_http = x-www-browser %u +URL_info = ${Terminal} --command info %s +URL_man = ${TermExec} 'man %s' +URL_info = ${TermExec} 'info %s' +URL_file = exo-open %s +URL_f = exo-open %s +URL_g = x-www-browser 'http://www.google.com/search?q=%s'