summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-01 17:09:40 +0200
committerGravatar Tom Willemsen2011-05-01 17:09:40 +0200
commit1da3fe081e177f359e2577913c11d3eb92f56652 (patch)
treee62118e8804f8f6fd8ca6a767af719f6aa8cc2a6
parent80fb465e5d4130b6f6eb93c771bbe1cfbaa4bfbc (diff)
downloaddotfiles-1da3fe081e177f359e2577913c11d3eb92f56652.tar.gz
dotfiles-1da3fe081e177f359e2577913c11d3eb92f56652.zip
Added conkerorrc again
-rw-r--r--conkerorrc10
-rwxr-xr-xinstall.sh2
2 files changed, 12 insertions, 0 deletions
diff --git a/conkerorrc b/conkerorrc
new file mode 100644
index 0000000..b5bda9a
--- /dev/null
+++ b/conkerorrc
@@ -0,0 +1,10 @@
+// -*- mode: javascript -*-
+define_webjump("archwiki",
+ "http://wiki.archlinux.org/index.php?search=%s",
+ $alternative="http://wiki.archlinux.org");
+define_webjump("aur",
+ "http://aur.archlinux.org/packages.php?O=0&k=%s&do_Search=Go",
+ $alternative="http://aur.archlinux.org");
+define_webjump("archpackages",
+ "http://www.archlinux.org/packages/?sort=&q=%s&limit=50",
+ $alternative="http://packages.archlinux.org");
diff --git a/install.sh b/install.sh
index 6ad58d2..ebbdae7 100755
--- a/install.sh
+++ b/install.sh
@@ -41,6 +41,8 @@ function copymy
cp $INSTALL_BASEDIR/$1 $HOME/$2
}
+# CONKEROR
+linkmy conkerorrc .conkerorrc
# CONKY
linkmy conkyrc .conkyrc
copymy conky_box.lua .conky_box.lua