Tobias Werth <[EMAIL PROTECTED]> writes:
> Hi,
> 
> in my .fvwm2rc I have inserted an Init Function as follows:
> 
> AddToFunc InitFunction
>         + I Exec exec ssh-add < /dev/null
>         + I Exec exec $HOME/bin/email-notify
> 
> 
> Both programs grab for the keyboard with ssh-askpass and one of it fails.
> Can I give some option to the Init Function, so that the commands are process
> ed sequentially?

Exec exec sh -c 'ssh-add < /dev/null;$HOME/bin/email-notify'

-- 
Dan Espen                           E-mail: [EMAIL PROTECTED]
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to