On 3/7/08, Joerg van den Hoff <[EMAIL PROTECTED]> wrote: > interactively I use tcsh (i.e. SHELL is set to this, too), but > dwm is started from within .xinitrc which has `#!/bin/sh' > in the first line, so is executed as bourne shell script. > that should do, right?
apparently not with tcsh you need "set exe=`dmenu_path | dmenu` && exec $exe" instead of "exe=`dmenu_path | dmenu` && exec $exe" or alternatively use a recent dmenu which has dmenu_run
