# HG changeset patch # User Anselm R. Garbe # Date 1191245977 -7200 # Node ID e50432b2ba5f64b365d1fe6015025df2c3ddc782 # Parent b385ba02e179e0fa5b2c2c15f4e328ab35a0fd3d s/xterm/uxterm/ diff -r b385ba02e179 -r e50432b2ba5f config.def.h --- a/config.def.h Mon Oct 01 14:40:53 2007 +0200 +++ b/config.def.h Mon Oct 01 15:39:37 2007 +0200 @@ -40,7 +40,7 @@ { MODKEY, XK_p, spawn, \ "exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \ " -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \ - { MODKEY|ShiftMask, XK_Return, spawn, "exec xterm" }, \ + { MODKEY|ShiftMask, XK_Return, spawn, "exec uxterm" }, \ { MODKEY, XK_space, setlayout, NULL }, \ { MODKEY, XK_b, togglebar, NULL }, \ { MODKEY, XK_j, focusnext, NULL }, \