diff options
author | Marco Peereboom <marco@conformal.com> | 2010-08-10 19:41:44 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2010-08-10 19:41:44 +0000 |
commit | 568d01822ac862dde9b35fa55d2af4808077193e (patch) | |
tree | 24af960b8ee879015dd34fb27208a08a576a5685 | |
parent | e8d6cc89977ce0eae47712563fa6549d46a5e286 (diff) | |
download | xombrero-568d01822ac862dde9b35fa55d2af4808077193e.tar.gz |
add alias example
-rw-r--r-- | xxxterm.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xxxterm.conf b/xxxterm.conf index 96c1fe7..dae24ee 100644 --- a/xxxterm.conf +++ b/xxxterm.conf @@ -26,6 +26,10 @@ search_string = https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s # yahoo # search_string = http://search.yahoo.com/search?p=%s +# alias support, %s is substituded with user input +# alias,link+action +alias = ports,http://openports.se/search.php?so=%s + # specific mime type for video # mime_type = video/x-ms-wmv,mplayer # mime_type = video/quicktime,mplayer |