Well, I'm using wmii, and I'm interested. If you can post it, or email it to me, I would appreciate.
Thank you :-)
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
Grab the file from:
[a href=\"http://www.think4me.com/zaurus_mouse.patch]http://www.think4me.com/zaurus_mouse.patch[/url]
The file to patch is in the wmii source under cmd/wm/event.c
# patch event.c zaurus_mouse.patch
should be all you need to do. Then recompile. This works on rc3 and rc4. Probably others but I don't know.
Here's what I changed:
The original functionality of wmii is:
MODKEY + mouse 1 = move window
MODKEY + mouse 2 = move window and do a swap if in column mode (Not too sure exactly what it does)
MODKEY + mouse 3 = resize window
I changed it to:
mouse 2 (no MODKEY) = move window
MODKEY + mouse 1 = resize window
the rest stay the same.
So hold down your wmii MODKEY to resize windows, hold down the function key to move them.
EDIT:
The patch for R5 is:
http://www.think4me.com/zaurus-mouse-r5.patch06/17/06:
Patch for 3.1
zaurus_mouse-3.1.patch