> >> I'm using fvwm 2.4.20 and when I hold down a key (whether
> >> in an xterm or an rxvt) it doesn't repeat.
> >
> > in the xterm or rxvt type:
> >
> > xset r on
> >
> > If that works, put it in your .xinitrc.
>
> It works, thanks!
>
> Where in .xinitrc should I put "xset r on"?  With my .xinitrc
> like this...
> #===========
> exec /usr/bin/fvwm
> xset r on
> #===========
> ...the "xset r on" doesn't seem to have an effect.
> Nor does it work if I reverse the order of those two lines.

It certainly won't do anything *after* the exec, because the exec
says "replace the running shell with /usr/bin/fvwm" (so the rest
of the script does not get executed at all).

If it doesn't work when run in .xinitrc ahead of fvwm, I suppose
you could try putting it in an InitFunction (or SessionInitFunction
-- see the fvwm manpage for the difference) in your .fvwm2rc.

Reply via email to