On 10/14/06, Alexandru E. Ungur <[EMAIL PROTECTED]> wrote:
Besides using mouse you can also resize from keyboard if you really want to. I like in DWM very much how I can resize from keyboard :) so I mapped these commands in WMII as well:$MODKEY-Control-Left) xwrite /view/sel/sel/geom +0 +0 -10 +0;; $MODKEY-Control-Right) xwrite /view/sel/sel/geom +0 +0 +10 +0;; $MODKEY-Control-Up) xwrite /view/sel/sel/geom +0 +0 +0 -10;; $MODKEY-Control-Down) xwrite /view/sel/sel/geom +0 +0 +0 +10;; Now I can resize from keyboard in WMII as well :) It has some quirks, in particular it won't work if you try it on the rightmost column, also it only works nice for the first window in a column, but it still beats mouse for me :)
hey, thanks!!! this is very cool, and definitely fits in with my window management philosophy as well (make as much use of the keyboard - reasonably - as possible)... Thanks for the tip!!! -jf
