Hi Kelly, to get you started:
copy the split.lua into a folder "~/.config/awesome/hplayout".
in rc.lua insert at the top somewhere:
require("hplayout.split")
and below, add the new layouts to the list of layouts under "layouts = ..."
layouts =
{
hplayout.split.bottom,
hplayout.split.left,
then, you should be able to horizontally or vertically split the screen with
one area containing only one "master" window and the other containting a stack
of windows. Master and currently focused "slave" window can be swapped with
control+alt+return and ratio of the sizes of the two area should be changeable
using alt+h and alt+l (not sure if that's standard or if I added that to my
rc.lua).
in your rc.lua
hope this helps!
lg
hpa
pgpKYsqo01ZJw.pgp
Description: PGP signature
