From 682083c18247f3780f323e27589aebb185f7e09e Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Sat, 27 Oct 2012 13:02:03 -0500 Subject: [PATCH] Switching to compton for X and adding dvorak to xinitrc instead of xorg configs --- xinitrc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/xinitrc b/xinitrc index 96f797f..2c22b6a 100644 --- a/xinitrc +++ b/xinitrc @@ -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