It looks very silly to see every dockapp in the dock bounce when Window
Maker starts. Especially if everything in your dock is dockapps.
---
src/window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/window.c b/src/window.c
index ed47d96..bfc4dd7 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1209,7 +1209,7 @@ WWindow *wManageWindow(WScreen *scr, Window window)
raise = True;
}
}
- wAppBounce(app);
+ if (!scr->flags.startup) wAppBounce(app);
}
}
--
1.7.1
--
To unsubscribe, send mail to [email protected].