/* 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 };