Open Xyene opened 2 years ago
I don't have borders on my floating windows, but I confirmed that for floating windows, it still works to resize with Mod+Right Click+Drag. With this method, your target is not a narrow border, but a whole quarter of the window.
While testing https://github.com/swaywm/sway/issues/7209, I found that if you have a floating split (e.g.
V[app app']
), then the following actions work:app
andapp'
by the clicking and dragging border between themV[app app']
by floating mod resizeHowever, the
V[app, app']
cannot be resized by clicking and dragging an outer border. This continues to be the case whenapp'
is closed and we're left withV[app]
.