2008/10/7 Tom Panning <[EMAIL PROTECTED]>: > All, > > I'm not very familiar with fvwm, but I'm trying to find a window > manager that will raise all of the windows in a window group > together. In fvwm, this would be like a cross between > RaiseTransients and IconifyWindowGroups. How difficult would > this be to do with fvwm?
Pick All ($[w.class], !Transient, CurrentPage) RaiseLower Other conditionals you might want notwithstanding in this example. -- Thomas Adam
