On Fri, Oct 14, 2011 at 8:49 AM, Derek Thomas <[email protected]> wrote: > Is it possible to lock a window layout for a tag so that new windows > introduced to the tag float and don't mess things up? I know that > some dialog boxes automatically come up as floats, but I don't know > how to go about setting new windows to float. Thanks,
To literally be able to hit a button and say 'float all clients on this tag from now on' you would have to code something. It is possible though. There are a lot of implementation details to consider... For a quick and easy workaround, what I do is have almost all clients begin floating. This prevents my layout getting messed with if, for instance, I open a new plot from ipython or so... -- perry -- To unsubscribe, send mail to [email protected].
