/* commands */
static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
-static const char *termcmd[] = { "xfce4-terminal", NULL };
+static const char *termcmd[] = { "rxvt-unicode", NULL };
static const char *browsercmd[] = { "firefox", NULL };
static const char *projectcmd[] = { "launchProjectVim.sh", NULL };
static const char *lockcmd[] = { "slock", NULL };
--- /dev/null
+
+URxvt*background: rgba:0000/0000/0000/dddd
+URxvt*color0: #101010
+URxvt*color1: #f13a21
+URxvt*color2: #93f91d
+URxvt*color3: #ffd00a
+URxvt*color4: #004f9e
+URxvt*color5: #ec0048
+URxvt*color6: #2aa7e7
+URxvt*color7: #f2f2f2
+URxvt*color8: #1d202f
+URxvt*color9: #ff361e
+URxvt*color10: #ffc005
+URxvt*color11: #93ff00
+URxvt*color12: #0071ff
+URxvt*color13: #ef0051
+URxvt*color14: #4bb8fd
+URxvt*color15: #a020f0
+URxvt*cursorColor: white
+URxvt*depth: 32
+!URxvt*font: xft:Bitstream Vera Sans Mono:style=Regular:pixelsize=13:antialias=true
+Rxvt*font: xft:Inconsolata\-dz for Powerline:style=dzForPowerline:pixelsize=12:antialias=true
+URxvt*foreground: #f2f2f2
+URxvt*geometry: 74x27
+URxvt*keysym.End: \033[8~
+URxvt*keysym.Home: \033[7~
+URxvt*saveLines: 10000
+URxvt*scrollBar: true
+URxvt*scrollBar_floating: true
+URxvt*scrollBar_right: true
+URxvt*scrollColor: #c2dd5a
+URxvt*scrollstyle: plain
+URxvt*scrollTtyOutput: false
+URxvt*scrollWithBuffer: false
+URxvt*scrollTtyKeypress: true
+URxvt*termName: xterm
+URxvt*transparent: true
+URxvt*shading: 20
+URxvt.letterSpace: -1
+URxvt.perl-ext-common: default,matcher,tabbedex,vtwheel
+URxvt.url-launcher: /usr/bin/firefox
+URxvt.matcher.button: 1
+URxvt.colorUL: #4682B4
+
+
+URxvt.tabbed.tabbar-fg: 2
+URxvt.tabbed.tabbar-bg: 0
+URxvt.tabbed.tab-fg: 3
+URxvt.tabbed.tab-bg: 0
+
+URxvt.tabbed.autohide: true
+
+