You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
250 B
Plaintext
18 lines
250 B
Plaintext
12 years ago
|
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
||
|
|
||
|
#transparency and shadows
|
||
|
xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 &
|
||
|
|
||
|
dropboxd &
|
||
|
|
||
|
# random background
|
||
|
while true;
|
||
|
do
|
||
|
awsetbg -c -r ~/Dropbox/Photos/wallpaper
|
||
|
sleep 1m
|
||
|
done &
|
||
|
|
||
|
urxvt &
|
||
|
|
||
|
exec awesome
|