1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +01:00

Undefine WINDOW_BIRTH_ZOOM

I don't want the (small) overhead of the window birth zoom special effects
because I like apps popping up instantly when I open them (specially now
with the SSD).

Another way to not get the birth animation is to unset "animations" in
WPrefs, but that makes the other animations which I care (ie they don't have
the effect of making my computer seem slower than it really is) go away.
This commit is contained in:
Carlos R. Mafra
2010-01-06 10:31:08 +01:00
parent b3e817305d
commit 7ef8178d2a

View File

@@ -133,7 +133,7 @@
* #define if you want the window creation animation when superfluous
* is enabled.
*/
#define WINDOW_BIRTH_ZOOM
#undef WINDOW_BIRTH_ZOOM
/* whether arrow drawing in clip buttons should be gradiented */
#undef GRADIENT_CLIP_ARROWS