Skip to content

window movement between splits broken #7542

Open
@litoj

Description

Description:
when I move a window (x) from Vsplit to a window (s) in Hsplit, it goes to the upper layout in reverse order and the window size breaks into ratio 2(w1):3(x):4(s) instead of being 1:1:1

try with layout like:
H[w1,V[H[s],x]]; swaymsg move up -> H[w1,x,s]

The after this action the layout should be:
H[w1,V[H[s,x]]]

with ratio 2(w1):1(s):1(x)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    i3-compatSway doesn't match i3's behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions