[openbox] Roll up all windows?

Mikael Magnusson mangosoft at comhem.se
Tue Sep 14 15:26:43 EDT 2004


On Tue, 14 Sep 2004, Jeremy C. Reed wrote:
> On 14 Sep 2004, Tim Ziegele wrote:
>> I've read through the documentation but didn't find an action with which
>> I can "roll up" all windows on a desktop. Have I missed the action in
>> the documentation? If not, how could I do this?
>
> I used the wmctrl command to toggle the shaded state, like:
>
> wmctrl -l | cut -d " " -f 1 | while read WIN ; do
>   wmctrl -i -r ${WIN} -b toggle,shaded ; done
>
> But that doesn't roll up all, because it unshades those already shaded.

Maybe that's because you specifically _toggle_ the stade instead of using 
the sligthly more logical _add_ directive.

> Jeremy C. Reed

--
Mikael Magnusson



More information about the openbox mailing list