Modify properties of an existing window in-place
Is there a way to modify the properties (such as the border style/size) of an existing window?
For instance, I have a floating window that I created while I had new_window none
enabled, and now that I've reverted to new_window normal
, I'd like to have this window redrawn with a border without closing and reopening it. Is this possible? I tried toggling floating mode, but the border remained the same.