Adding xnitirc and Xresources files

This commit is contained in:
Dustin Swan
2012-10-10 23:55:57 -05:00
parent 805c816052
commit e6091d7898
3 changed files with 64 additions and 1 deletions

17
xinitrc Normal file
View File

@@ -0,0 +1,17 @@
[[ -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