Disabling automatic desktop switch

When I launch an application in a specific desktop, FVWM automatically switches to the desktop of newly launched application.

For example:

If I run following command while in desktop 0,

xterm -xrm “*Desk:1”

xterm comes up in desktop 1 and user is automatically switched to desktop 1.

Is there a way to configure FVWM not to automatically switch desktops?

Look at the SkipMapping style condition.

– Thomas Adam

I tried,

“Style * SkipMapping”

It works Great !! Thanks for quick response!