Re: [dwm] I like Dmenu a little simpler

From: Szabolcs Nagy <nszabolcs_AT_gmail.com>
Date: Fri, 7 Mar 2008 19:22:24 +0100

On 3/7/08, Joerg van den Hoff <j.van_den_hoff_AT_fzd.de> 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
Received on Fri Mar 07 2008 - 19:22:27 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:24:43 UTC