awesome/tests/examples/awful/screen/split2.lua

10 lines
258 B
Lua
Raw Normal View History

2019-06-25 05:56:29 +02:00
--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