Merge branch 'waldyrious-patch-1' into pr_cleanup_mar18_2
This commit is contained in:
commit
0f2c7099c5
|
@ -4,28 +4,29 @@
|
||||||
# line. comments may appear anywhere the syntax permits.
|
# line. comments may appear anywhere the syntax permits.
|
||||||
|
|
||||||
section: screens
|
section: screens
|
||||||
# three hosts named: moe, larry, and curly
|
# three hosts, named "moe", "larry", and "curly"
|
||||||
moe:
|
moe:
|
||||||
larry:
|
larry:
|
||||||
curly:
|
curly:
|
||||||
end
|
end
|
||||||
|
|
||||||
section: links
|
section: links
|
||||||
# larry is to the right of moe and curly is above moe
|
# for moe, larry is to the right and curly is above.
|
||||||
moe:
|
moe:
|
||||||
right = larry
|
right = larry
|
||||||
up = curly
|
up = curly
|
||||||
|
|
||||||
# moe is to the left of larry and curly is above larry.
|
# for larry, moe is to the left and curly is also above.
|
||||||
# note that curly is above both moe and larry and moe
|
# note that curly is above both moe and larry
|
||||||
# and larry have a symmetric connection (they're in
|
# and that the connection between moe and larry is symmetric
|
||||||
# opposite directions of each other).
|
# (i.e. they're in opposite directions of each other).
|
||||||
larry:
|
larry:
|
||||||
left = moe
|
left = moe
|
||||||
up = curly
|
up = curly
|
||||||
|
|
||||||
# larry is below curly. if you move up from moe and then
|
# for curly, larry is below.
|
||||||
# down, you'll end up on larry.
|
# if you move up from moe, and then move down,
|
||||||
|
# you'll end up on larry, not back at moe.
|
||||||
curly:
|
curly:
|
||||||
down = larry
|
down = larry
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue