3
30
2016
2

Arch下安装 Infinality系列包

一,导入秘钥

 sudo dirmngr

 pacman-key -r 962DDE58

 pacman-key -f 962DDE58

pacman-key --lsign-key  962DDE58

二,增加源

vim /etc/pacman.conf

[infinality-bundle]
Server = http://bohoomil.com/repo/$arch
[infinality-bundle-multilib]
Server = http://bohoomil.com/repo/multilib/$arch
[infinality-bundle-fonts]
Server = http://bohoomil.com/repo/fonts

pacman -Syy

三,安装

yaourt infinality

Category: Linux | Tags:
3
24
2016
3

How to use i3lock as xfce's screensaver?

By default,in Archlinux's xflock4 doesn't work generally after basic install.

I decide to use i3lock to manage it.

First,download i3lock-fancy and it's dependancies

yaourt -S i3lock-color-git

cd /usr/bin

ln -s i3lock-color i3lock

sudo pacman -S imagemagick scrot xautolock

cd ~/software

git clone https://github.com/meskarune/i3lock-fancy

cd /usr/bin      make slock to communicate with xflock4

sudo vim slock

# ! /bin/bash

(path to i3lock fancy)

sudo chmod +x slock

 

after that,go to setting /session and startup,make an autostart with below script

xautolock -locker xflock4 -time 10 -corners 0-00

 

Category: Linux | Tags: linux
4
3
2015
3

Arch下安装aur时下载包太慢时的安装方法

安装aur的包时,很多源都很卡,下着下着就0kb了

这时可以先

yaourt -G package

然后打开PKGBUILD找到source,用下载工具下载好

再修改PKGBUILD中的source为本地地址

cd package

makepkg

sudo pacman -U pkg.pkg.tar.xz

 

package代表包名

Category: Linux | Tags: AUR

Host by is-Programmer.com | Power by Chito 1.3.3 beta | Theme: Aeros 2.0 by TheBuckmaker.com