aboutsummaryrefslogtreecommitdiff
path: root/swaybar/render.c
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2020-09-26 16:27:30 -0400
committerFurkan Sahin <furkan-dev@proton.me>2020-09-26 16:27:30 -0400
commit9016e831be372dfca39ff115e92efe1b8a12c673 (patch)
tree2a52de8ab919f860a9794f77920978c76d00f5b9 /swaybar/render.c
parent6d847e370671c9d1b5cd7662a0f894115648dd6f (diff)
commands/move: fix single-split escaping on move
Prior to this commit, having a layout like T[app1 V[app2]], focusing app2, and then doing `move left` would result in T[app2 app1]. Now, the resulting layout is T[app1 app2], which matches i3 behavior. `container_flatten` updates `container->parent`, meaning that the existing check would never be true.
Diffstat (limited to 'swaybar/render.c')
0 files changed, 0 insertions, 0 deletions