diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..9f6e32c --- /dev/null +++ b/.Xresources @@ -0,0 +1,46 @@ +! General +urxvt*loginShell: true +urxvt*scrollBar: false +urxvt*secondaryScroll: true +urxvt*saveLines: 65535 +urxvt*cursorBlink: false +urxvt*urgentOnBell: true +urxvt*urlLauncher: /usr/bin/uzbl-browser +!urxvt*termName: xterm-256color +!urxvt*termName: rxvt-256color +urxvt*termName: rxvt-unicode + +! Font +!urxvt*font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-*-* +!urxvt*font: xft:DejaVu Sans Mono:pixelsize=10:antialias=true:hinting=true +!urxvt*font: xft:Liberation Mono:pixelsize=10:antialias=true:hinting=true +!urxvt*boldFont: -xos4-terminus-bold-*-*-*-12-*-*-*-*-*-*-* +!urxvt*font: xft:inconsolata:size=9 +!urxvt*font: -*-ohsnapu-medium-r-normal-*-11-*-*-*-*-*-*-* +!urxvt*boldFont: -*-ohsnapu-bold-r-normal-*-11-*-*-*-*-*-*-* +urxvt*font: xft:termsyn:pixelsize=10 + +! Colors +urxvt*depth: 32 +!urxvt*cursorColor: #DCDCCC +!urxvt*background: #000000 +urxvt*foreground: #FFFFFF +urxvt*background: rgba:0000/0000/0000/dddd + +*color0: #1c1c1c +*color8: #3d3a3a +*color1: #d770af +*color9: #d28abf +*color2 : #9acc79 +*color10: #8fb676 +*color3: #d0d26b +*color11: #c8bc45 +*color4 : #77b6c5 +*color12: #8fa7b9 +*color5: #a488d9 +*color13: #bd89de +*color6: #7fcab3 +*color14: #6ec2a8 +*color7: #8d8d8d +*color15: #dad3d3 + diff --git a/oh-my-zsh b/oh-my-zsh index c2ae9e0..d05b201 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit c2ae9e09ca1f33ff1e13e629a0b2e6bdd19f83a9 +Subproject commit d05b2010ffd4cd33ff9402c402051b1caf985d97 diff --git a/xinitrc b/xinitrc new file mode 100644 index 0000000..0a341e2 --- /dev/null +++ b/xinitrc @@ -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