Adding xnitirc and Xresources files
This commit is contained in:
parent
805c816052
commit
e6091d7898
3 changed files with 64 additions and 1 deletions
17
xinitrc
Normal file
17
xinitrc
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue