gri3-wm/testcases/lib
Albert Safin beb96ad18c Move container to marked workspace: refine corner case
This commit should fix "move con to parent" trick (see below) in the
case when con->parent->parent is a workspace.

The trick:

    mark _a, focus parent, focus parent, mark _b,
    [con_mark=_a] move window to mark _b, [con_mark=_a] focus

The trick got broken in commit 626af81232
in order to fix an i3 crash (#2003).  Reverting said commit fixes the
trick.  The crash is caused by the fact that empty workspace isn't
considered a split (checked in src/con.c:1324), so the moved window ends
up as a sibling of the target workspace, not as its child.
2019-10-07 18:15:03 +00:00
..
i3test Move is_num_fullscreen to Test.pm 2017-12-11 19:14:33 +02:00
SocketActivation.pm strace: switch from deprecated -F to -fvy 2019-07-19 20:39:53 +02:00
StartXServer.pm Replace http:// with https:// where applicable 2017-09-24 10:19:07 +02:00
StatusLine.pm Replace http:// with https:// where applicable 2017-09-24 10:19:07 +02:00
TestWorker.pm tests: remove the (broken) exit_gracefully check 2017-09-14 21:46:20 +02:00
i3test.pm.in Move container to marked workspace: refine corner case 2019-10-07 18:15:03 +00:00