On 2007-11-19, Ivan Vilata i Balaguer <[EMAIL PROTECTED]> wrote:
> So there goes a simple question: Is there any way that I can flag XWrits
> windows to *never* take focus?

It's doable but rather complicated. I'll leave the details of something
more convenient to you, but supposing you already have a frame floating,
you can use the following snippet (in the Mod1+F3 Lua code query) to 
reattach it in 'passive' mode:

_:screen_of():attach(_, {passive=true, unnumbered=true, sizepolicy='free'})

Plus perhaps some other options to better retain geometries etc.

WMPlexes perhaps should export a lot more stuff to allow dynamic
manipulation of things (rather than having to reattach), but I 
haven't reached a decision on that so I haven't bothered doing it...
Or perhaps attach should try to retain existing settings in case 
of reattach. 

Patches to make all this smoother would be welcome (for Ion3plus),
as well as scripts when doable that way. 

-- 
Tuomo

Reply via email to