On Thu, Feb 20, 2003 at 11:24:52PM +0100, Ploum wrote:
> Hi,
>
> is it a way to use "FocusAndWarp" in the current viewport only ?
Yes, of course. You need to add an option to the conditional
command that you use to call that function. For example, if you
have
Next FocusAndWarp
or
Next (some, options) FocusAndWarp
change that to
Next (CurrentPage) FocusAndWarp
or
Next (some, options, CurrentPage) FocusAndWarp
Check the man page sections about conditional commands for details.
> I want to be able to switch between windows in my current viewport only...
Bye
Dominik ^_^ ^_^
--
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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Fri Feb 21 2003 - 01:21:53 GMT