From: arg@mig29 Date: Fri, 27 Oct 2006 08:24:15 +0000 (+0200) Subject: stupid urxvt needs bg to highlight selections in a sane way, though that makes sense... X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=0982e47408115de4a604d9365b1014ae6205b3a9 stupid urxvt needs bg to highlight selections in a sane way, though that makes sense to some extend --- diff --git a/config.arg.h b/config.arg.h index 9ed5644..84f37a7 100644 --- a/config.arg.h +++ b/config.arg.h @@ -24,7 +24,7 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL }; static Key key[] = { \ /* modifier key function arguments */ \ { MODKEY|ShiftMask, XK_Return, spawn, \ - { .cmd = "exec urxvtc -tr -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \ + { .cmd = "exec urxvtc -tr -bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \ { MODKEY, XK_p, spawn, \ { .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \ " | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \