View Single Post
Old 15th July 2015
hanzer's Avatar
hanzer hanzer is offline
Real Name: Adam Jensen
just passing through
 
Join Date: Oct 2013
Location: EST USA
Posts: 314
Default

DWM + rxvt + ksh



Code:
hanzer[/usr/ports/x11/dwm/patches]$ diff patch-config_def_h.orig patch-config_def_h
39c39
< +static const char *termcmd[]  = { "xterm", NULL };
---
> +static const char *termcmd[]  = { "rxvt", "-bg", normbgcolor, "-fg", normfgcolor, "+sb", NULL };
Reply With Quote