Switching to compton for X and adding dvorak to xinitrc instead of xorg configs

master
Dustin Swan 12 years ago
parent 0b9d90c0b4
commit 682083c182

@ -1,19 +1,17 @@
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
setxkbmap dvorak
setxkbmap -option ctrl:nocaps
#transparency and shadows
xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 &
compton -cGb
dropboxd &
# random background
random background
while true;
do
awsetbg -c -r ~/Dropbox/Photos/wallpaper
sleep 1m
done &
# urxvt &
exec awesome

Loading…
Cancel
Save