On Mon, Mar 15, 2010 at 5:08 PM, Jonas H. <jo...@lophus.org> wrote: > I'd put together some keybindings myself if someone told me which commands I > have to execute to resize a client.
Check out the section on the /tag/ hierarchy in `man wmii`. You want "grow", which you write to /tag/<tag>/ctl with a frame, direction, and amount. For example: $ wmiir xwrite /tag/sel/ctl grow sel sel left 1 grows the currently selected frame to the left. Hope that helps! -Adam