2009/9/18 <[email protected]>: > So my command is being run for each window. However, I use F12 to open > up the menu I get the following: > > [fvwm][Echo]: "ID=0x3600045, X=2655, Y=48" > [fvwm][Echo]: "ID=0x3600045, X=2655, Y=48" > [fvwm][Echo]: "ID=0x3600045, X=2655, Y=48" > > So it runs the command for each window, but in the context of the window > that current has focus.
Because of what needs the interpolation, you're not giving the other commands a chance, hence you mean something more like: + I All (CurrentPage, !CirculateHit) Echo "ID=$$$$[w.id], X=$$$$[w.x], Y=$$$$[w.y]" -- Thomas Adam
