I'm currently experimenting with using window decorations (NoFrillsDecoration at
this point). While I normally want decorations on my windows, there are
situations where I would like to remove the decoration from individual windows
and latter restore the decoration. Is there already a layout modifier or other
mechanism that does this? If there isn't, that's no biggie because I have an
One of the standard modifier toggles turns server-side borders on/off dynamically; you should be able to use the provided examples to work out how to toggle a Decorations-based modifier.
--