Hi guys,
I managed to pass almost all my configuration to the new wmii 3.9's
wmiirc, though the following lines continue not to work:
Key $MODKEY-$RIGHT
i=`wmiir read /ctl| grep view | cut -d ' ' -f 2`
i=$(($i+1))
wmiir xwrite /ctl view "$i"
Key $MODKEY-$LEFT
i=`wmiir read /ctl| grep view | cut -d ' ' -f 2`
i=$(($i-1))
wmiir xwrite /ctl view "$i"
A slightly modified version worked on previous versions. Now I can
only change the views, but when I try to execute a terminal or other
things, they still appear on the other view. Any ideas on how to make
it work?
cya,
zweifel
Received on Sun Oct 31 2010 - 02:20:16 CET
This archive was generated by hypermail 2.2.0 : Sun Oct 31 2010 - 02:24:02 CET