On Thu, 11 Dec 2008, Kris Maglione wrote:
On Thu, Dec 11, 2008 at 12:21:51AM -0500, Aditya Mahajan wrote:
I am using wmii-hg2409. Is it possible to change the geometry of the
windows using the file system. I would like to map some keyboard keys to
increase/decearse the width of the columns.
See the grow and nudge commands in wmii(1). I use the following (in rc
syntax) to enter a sort-of move/resize mode on M-C-g:
# Bindings to move/resize windows. M-C-g enters move/resize mode.
# <h/j/k/l> grows the window in the given direction
# C-<h/j/k/l> shrinks the window in the given direction
# S-<h/j/k/l> moves the window in the given direction
Thanks. The mode bit is a bit counter intutive to me right now. (I use
vim, and there are only so many modes that one can keep track in his head
:-) I will see if I can get used to it.
Aditya