test-awful-placement: Reindent after the previous change
Only whitespace changes and reformatting of comments. Signed-off-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
parent
9e894d8fdd
commit
1c27f9d227
|
@ -90,9 +90,10 @@ add_client {
|
|||
end
|
||||
}
|
||||
|
||||
-- The second 100x100 window should be placed to the right of the first window.
|
||||
-- Note that this assumption fails if the screen is in the portrait orientation
|
||||
-- (e.g., the test succeeds with a 600x703 screen and fails with 600x704).
|
||||
-- The second 100x100 window should be placed to the right of the first
|
||||
-- window. Note that this assumption fails if the screen is in the portrait
|
||||
-- orientation (e.g., the test succeeds with a 600x703 screen and fails with
|
||||
-- 600x704).
|
||||
add_client {
|
||||
geometry = function(wa)
|
||||
return {
|
||||
|
@ -116,10 +117,10 @@ add_client {
|
|||
end
|
||||
}
|
||||
|
||||
-- The first large window which does not completely fit in any free area should
|
||||
-- be placed at the bottom left corner (no_overlap should place it below the
|
||||
-- wide window, and then no_offscreen should shift it up so that it would be
|
||||
-- completely inside the workarea).
|
||||
-- The first large window which does not completely fit in any free area
|
||||
-- should be placed at the bottom left corner (no_overlap should place it
|
||||
-- below the wide window, and then no_offscreen should shift it up so that
|
||||
-- it would be completely inside the workarea).
|
||||
add_client {
|
||||
geometry = function(wa)
|
||||
return {
|
||||
|
@ -155,8 +156,8 @@ add_client {
|
|||
end
|
||||
}
|
||||
|
||||
-- The fourth large window should be placed at the top left corner (the whole
|
||||
-- workarea is occupied now).
|
||||
-- The fourth large window should be placed at the top left corner (the
|
||||
-- whole workarea is occupied now).
|
||||
add_client {
|
||||
geometry = function(wa)
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue