Added conkerorrc again

This commit is contained in:
Tom Willemsen 2011-05-01 17:09:40 +02:00
parent 80fb465e5d
commit 1da3fe081e
2 changed files with 12 additions and 0 deletions

10
conkerorrc Normal file
View file

@ -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");

View file

@ -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