Added conkerorrc again
This commit is contained in:
parent
80fb465e5d
commit
1da3fe081e
2 changed files with 12 additions and 0 deletions
10
conkerorrc
Normal file
10
conkerorrc
Normal 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");
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue