awesome/tests/examples/wibox/layout/grid/orientation.output.txt

9 lines
194 B
Plaintext

l = wibox.layout {
column_count = 2,
row_count = 2,
homogeneous = true,
layout = wibox.layout.grid
}
l:set_orientation("vertical") -- change to "horizontal"
l:add(...)