Hi there, I'm using an application that has a very annoying habit of making
Transient windows that GrabFocus regardless of my settings. No combination
of Style settings seems to disable it, even NeverFocus, I've tried:
Style Waiting !FPGrabFocusTransient, !FPGrabFocus, !FPFocusByProgram,
!FPLenient, NeverFocus
with no luck, after a bit of investigation it seems the app calls
XSetInputFocus() itself when it wants attention..arghh! Is there anyway I
can prevent these windows from stealing focus?
According to the man page XSetInputFocus() will only work on visible
windows, so I've temporarily solved it by using StartsOnDesk -99,
SkipMapping. Is this the best/only way?
--
-------------------------------------
taviso_at_sdf.lonestar.org | finger me for my gpg key.
-------------------------------------------------------
--
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 May 21 2004 - 09:22:03 BST