I'm experiencing this using dwm with only the swallow and togglefullscreen patches applied.
when a window is unswallowed the fullscreen state does not carry over from the swallowed window. I assume this makes dwm think you are in the fullscreen state that the window had when it was initially swallowed.
you can observe this by doing the following:
- open terminal and swallow it
- set fullscreen
- unswallow
- fullscreen is now automatically unset and window is floating(?)
or
- open terminal and set fullscreen
- swallow it
- unset fullscreen
- unswallow
- border has now dissapeared for all windows and won't come back until the terminal that was swallowed is closed.
ideally when the window becomes unswallowed it should retain the fullscreen state that the swallowed window had so that windows don't randomly float or have their borders disappear.
I'm experiencing this using dwm with only the swallow and togglefullscreen patches applied.
when a window is unswallowed the fullscreen state does not carry over from the swallowed window. I assume this makes dwm think you are in the fullscreen state that the window had when it was initially swallowed.
you can observe this by doing the following:
or
ideally when the window becomes unswallowed it should retain the fullscreen state that the swallowed window had so that windows don't randomly float or have their borders disappear.