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