tests: Test `s:split()`.
This commit is contained in:
parent
1e1cd549c6
commit
994034934e
|
@ -0,0 +1,9 @@
|
||||||
|
--DOC_GEN_IMAGE --DOC_HIDE --DOC_NO_USAGE
|
||||||
|
|
||||||
|
require("awful.screen") --DOC_HIDE
|
||||||
|
|
||||||
|
screen[1]._resize {x = 95, width = 256, height = 108} --DOC_HIDE
|
||||||
|
|
||||||
|
screen[1]:split({1/5, 3/5, 1/5})
|
||||||
|
|
||||||
|
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
|
@ -0,0 +1,9 @@
|
||||||
|
--DOC_GEN_IMAGE --DOC_HIDE --DOC_NO_USAGE
|
||||||
|
|
||||||
|
require("awful.screen") --DOC_HIDE
|
||||||
|
|
||||||
|
screen[1]._resize {x = 175, width = 108, height = 198} --DOC_HIDE
|
||||||
|
|
||||||
|
screen[1]:split()
|
||||||
|
|
||||||
|
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
Loading…
Reference in New Issue