On Mon, Mar 15, 2010 at 10:08:36PM +0100, Jonas H. wrote: > > Hi, > > I'm searching for an up-to-date solution for window resize via > keyboard. The version from the Web page didn't work for me. > > I'd put together some keybindings myself if someone told me which > commands I have to execute to resize a client. > > Thanks! > > Jonas > > Hello,
At the time I used wmii, I had these keybindings, don't know if it is still uptodate as I use dwm since a while now. Key $MODKEY-Control-$LEFT wmiir xwrite /tag/sel/ctl grow sel sel right -1 Key $MODKEY-Control-$RIGHT wmiir xwrite /tag/sel/ctl grow sel sel right 1 Key $MODKEY-Control-$DOWN wmiir xwrite /tag/sel/ctl grow sel sel down 1 Key $MODKEY-Control-$UP wmiir xwrite /tag/sel/ctl grow sel sel down -1