Johan Ronstr�m <[EMAIL PROTECTED]> wrote: > Is there any way to controll the order of the dockapps in blackbox (I know > there is in WM) or is there a way to make them start in the right order.
#!/bin/sh wmfoo & sleep 1 && wmbar & sleep 2 && wmbaz & exec blackbox works if there is no dockapp that takes longer than a second to load. -- Benedikt
