On 2007-05-02, Konstantin Kletschke <[EMAIL PROTECTED]> wrote: > I was used to have some frames, mplayer video window, embedded into a > floting frame which was present on all worksapces, emulating sticky > mode. Can this still be done?
Yes. You'll have to attach a floating frame directly to the screen in unnumbered mode, and with suitable size policy. See the scratchpad module for an example. It's doable from the Lua side too. Also there's Mod1+K D to detach windows, but it won't make them sticky, and I can't be arsed to write official sticky support. It should be possible to write a script that turns frames sticky , by attaching them directly to the screen as explained above. When they're not sticky, they're attached to the tiling's group. When a frame is attached directly to the screen, it can be toggled on and off independently. It's transients will also be toggled on and off independently. It is also possible to attach frames to unnumbered groups, so that the whole group can be toggled on/off. I've changed the scratchpad to do this, actually. -- Tuomo
