Matias,
It looks like pressing $MODKEY-Control-t causes wmii to pass through all
keys, and changes the window resize/move modifier to Mod3.
Pressing $MODKEY-Control-t again restores the original key bindings and
resize/move modifer.
As for the program in the lower right-hand corner, it's stats(1) from
plan9port.
Thanks,
Alex
On 5/16/07, Matías Graña <[EMAIL PROTECTED]> wrote:
Hi; I was expecting an official snapshot release announcement, but I've
found on this list that the new snapshot was already released. It seems
to work fine for me.
I have two questions:
1) I use wmiirc, and there's a new $MODKEY-Control-t binding:
Key $MODKEY-Control-t
case $(wmiir read /keys | wc -l | tr -d ' \t\n') in
0|1)
echo -n \$Keys | tr ' ' '\012' | wmiir write /keys
wmiir xwrite /ctl grabmod $MODKEY;;
*)
wmiir xwrite /keys $MODKEY-Control-t
wmiir xwrite /ctl grabmod Mod3;;
esac
What does this do? I can't realize from the code what this is intended
for.
2) In the web page http://www.suckless.org/wiki/wmii there's a snapshot
which has a "stats" window in the low-right corner. What is that
program?
Thanks in advance,
Matias